[][src]Module sfml::graphics::glsl

GLSL types.

Structs

BVec4

GLSL bvec4 type.

IVec4

GLSL ivec4 type.

Mat3

GLSL mat3 type.

Mat4

GLSL mat4 type.

Vec4

GLSL vec4 type.

Type Definitions

BVec2

2D bool vector (bvec2 in GLSL).

BVec3

3D bool vector (bvec3 in GLSL).

IVec2

2D int vector (ivec2 in GLSL).

IVec3

3D int vector (ivec3 in GLSL).

Vec2

2D float vector (vec2 in GLSL).

Vec3

3D float vector (vec3 in GLSL).