enum Gloop::ClearMask
Overview
Indicates buffers to clear.
See: RenderCommands#clear
Defined in:
gloop/clear_mask.crEnum Members
-
Color =
16384_u32
-
Depth =
256_u32
-
Stencil =
1024_u32
Instance Method Summary
- #color?
- #depth?
- #none?
- #stencil?
-
#to_unsafe
Converts to an OpenGL enum.