diff options
author | chai <chaifix@163.com> | 2021-11-04 12:48:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-04 12:48:01 +0800 |
commit | 94a9a28de16badb75e66a60efca3b01d31cc0fc6 (patch) | |
tree | a37e09236da2b7cda11a451d6fed4fe37afb065c /Data/Resources/Shaders/Editor-Shape.glsl | |
parent | b215d811a1981e20f35bb31df4e6cd2a74146193 (diff) |
* text anchor
Diffstat (limited to 'Data/Resources/Shaders/Editor-Shape.glsl')
-rw-r--r-- | Data/Resources/Shaders/Editor-Shape.glsl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Data/Resources/Shaders/Editor-Shape.glsl b/Data/Resources/Shaders/Editor-Shape.glsl index 7548507..235390c 100644 --- a/Data/Resources/Shaders/Editor-Shape.glsl +++ b/Data/Resources/Shaders/Editor-Shape.glsl @@ -1,6 +1,5 @@ -// 渲染编辑器文字 - #version 330 core +//绘制几何图形 CMD_BEGIN Cull Off |