0%

GLSL 语法总结

学习网站: https://learnopengl-cn.github.io/01%20Getting%20started/05%20Shaders/

着色器语言数据类型:

基础数据类型:int、float、double、uint和bool
容器类型:向量(Vector)和矩阵(Matrix)