RenderStates.this

Construct a set of render states with all its attributes

  1. this(BlendMode theBlendMode)
  2. this(Transform theTransform)
  3. this(const(Texture) theTexture)
  4. this(const(Shader) theShader)
  5. this(BlendMode theBlendMode, Transform theTransform, const(Texture) theTexture, const(Shader) theShader)

Parameters

theBlendMode BlendMode

Blend mode to use

theTransform Transform

Transform to use

theTexture const(Texture)

Texture to use

theShader const(Shader)

Shader to use

Meta