[Computer Grpahics] WebGL Variables
Variable Types - bool: boolean - int: signed integer - float: floating point scalar - vec2, vec3, vec4: n-dimensional float vector - bvec2, bvec3, bvec4: n-dimensional boolean vector - ivec2, ivec3, ivec4: n-dimensional integer vector - mat2, mat3, mat4: 2x2, 3x3, 4x4 float matrix - sampler2D: access a 2D texture - samplerCube: access a cube mapped texture Kind of Variables Vertex Shader (VS) Ja..
2023.10.10