Loading...
Searching...
No Matches
RenderStates.hpp
Go to the documentation of this file.
7// In no event will the authors be held liable for any damages arising from the use of this software.
RenderStates(const Shader *theShader)
Construct a default set of render states with a custom shader.
RenderStates(const Transform &theTransform)
Construct a default set of render states with a custom transform.
RenderStates(const Texture *theTexture)
Construct a default set of render states with a custom texture.
RenderStates(const BlendMode &theBlendMode, const Transform &theTransform, const Texture *theTexture, const Shader *theShader)
Construct a set of render states with all its attributes.
RenderStates(const BlendMode &theBlendMode)
Construct a default set of render states with a custom blend mode.
static const RenderStates Default
Special instance holding the default render states.
Definition RenderStates.hpp:110
Definition AlResource.hpp:35