enum Gloop::Texture::DepthStencilMode

Overview

Mode of operation for textures with mixed depth and stencil data.

Defined in:

gloop/texture/depth_stencil_mode.cr

Enum Members

StencilIndex = 6401
DepthComponent = 6402
Stencil = 6401
Depth = 6402

Instance Method Summary

Instance Method Detail

def depth? #

[View source]
def depth_component? #

[View source]
def stencil? #

[View source]
def stencil_index? #

[View source]
def to_unsafe #

Converts to an OpenGL enum.


[View source]