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.
CoordinateType
Types of texture coordinates that can be used for rendering.
Definition CoordinateType.hpp:38
Definition AudioResource.hpp:36
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 BlendMode &theBlendMode, const StencilMode &theStencilMode, const Transform &theTransform, CoordinateType theCoordinateType, const Texture *theTexture, const Shader *theShader)
Construct a set of render states with all its attributes.
RenderStates(const Texture *theTexture)
Construct a default set of render states with a custom texture.
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:126
RenderStates(const StencilMode &theStencilMode)
Construct a default set of render states with a custom stencil mode.