Shader.setParameter
- void setParameter(const(char)[] name, float x)
- void setParameter(const(char)[] name, float x, float y)
- void setParameter(const(char)[] name, float x, float y, float z)
- void setParameter(const(char)[] name, float x, float y, float z, float w)
- void setParameter(const(char)[] name, Vector2f vector)
- void setParameter(const(char)[] name, Vector3f vector)
class Shader
deprecated
void
setParameter
- void setParameter(const(char)[] name, Color color)
- void setParameter(const(char)[] name, Transform transform)
- void setParameter(const(char)[] name, const(Texture) texture)
- void setParameter(const(char)[] name, CurrentTextureType currentTexture)
dsfml graphics shader Shader
constructorsdestructorsenumsfunctionsstatic functionsstatic variablesstructsvariables
Change a 3-components vector parameter of the shader.