enum Gloop::Texture::DepthStencilMode
Overview
Mode of operation for textures with mixed depth and stencil data.
Defined in:
gloop/texture/depth_stencil_mode.crEnum Members
-
StencilIndex =
6401
-
DepthComponent =
6402
-
Stencil =
6401
-
Depth =
6402
Instance Method Summary
- #depth?
- #depth_component?
- #stencil?
- #stencil_index?
-
#to_unsafe
Converts to an OpenGL enum.