11 lines
280 B
Markdown
Raw Permalink Normal View History

2024-09-09 19:17:30 +08:00
---
title: HLSL操作符笔记
date: 2024-09-09 18:43:48
excerpt:
tags:
rating: ⭐
---
2024-09-14 17:51:32 +08:00
- ceil向上取整。
- floor向下取整。
2024-10-21 11:25:32 +08:00
- step(xy)x<=y返回1(真)否则返回0
- all()判断所有向量是否都不为0都不为0返回true否者返回false。