This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 additions and 0 deletions

View File

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