Module sfml::graphics::glsl

source ·
Expand description

GLSL types.

Structs

GLSL bvec4 type.
GLSL ivec4 type.
GLSL mat3 type.
GLSL mat4 type.
GLSL vec4 type.

Type Definitions

2D bool vector (bvec2 in GLSL).
3D bool vector (bvec3 in GLSL).
2D int vector (ivec2 in GLSL).
3D int vector (ivec3 in GLSL).
2D float vector (vec2 in GLSL).
3D float vector (vec3 in GLSL).