vml:类似于C ++ 17 GLSL的向量和矩阵数学库

时间:2024-03-16 23:33:22
【文件属性】:

文件名称:vml:类似于C ++ 17 GLSL的向量和矩阵数学库

文件大小:2.4MB

文件格式:ZIP

更新时间:2024-03-16 23:33:22

C

VML C ++ 17 GLSL向量和矩阵数学库。 调整了最佳调试代码生成。 快速使用 介绍GLSL类型 using vec3 = vml::vector< float>; using mat3 = vml::matrix< float>, vml::indices_pack< 0>>; 将着色器代码编译为C ++ void mainImage ( out vec4 fragColor, in vec2 fragCoord ) { // Normalized pixel coordinates (from 0 to 1) vec2 uv = fragCoord/iResolution. xy ; // Time varying


网友评论