GLDevice.RasterizerState

Rasterizer State

Constructors

this
this()
Undocumented in source.

Members

Aliases

BackCulling
alias BackCulling = DeviceCaps!GL_CULL_FACE
Undocumented in source.
Blending
alias Blending = DeviceCaps!GL_BLEND
Undocumented in source.
DepthClamp
alias DepthClamp = DeviceCaps!GL_DEPTH_CLAMP
Undocumented in source.
DepthTest
alias DepthTest = DeviceCaps!GL_DEPTH_TEST
Undocumented in source.
ScissorTest
alias ScissorTest = DeviceCaps!GL_SCISSOR_TEST
Undocumented in source.

Static functions

opDispatch
void opDispatch(BlendFunc blend)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta