更新shader , 还没调试。

This commit is contained in:
xsl
2025-09-17 23:36:27 +08:00
parent 0a2a5c45be
commit 6a5b5d9d5d
2 changed files with 1 additions and 0 deletions
@@ -23,4 +23,5 @@ void main() {
// 如果渲染结果不正确,请检查 ubo_vs.model 的构成
gl_Position = ubo.proj * ubo.model * vec4(inPosition, 1.0);
fragColor = inColor;
gl_PointSize = 5.0;
}
Binary file not shown.