LLGL 0.05 Beta
Loading...
Searching...
No Matches
LLGL::ClearFlags Struct Reference

Command buffer clear flags. More...

#include <CommandBufferFlags.h>

Public Types

enum  {
  Color = (1 << 0) , Depth = (1 << 1) , Stencil = (1 << 2) , ColorDepth = (Color | Depth) ,
  DepthStencil = (Depth | Stencil) , All = (Color | Depth | Stencil)
}

Detailed Description

Command buffer clear flags.

See also
CommandBuffer::Clear

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Color 

Clears the color attachment.

Depth 

Clears the depth attachment.

Stencil 

Clears the stencil attachment.

ColorDepth 

Clears the color and depth attachments.

DepthStencil 

Clears the depth and stencil attachments.

All 

Clears the color, depth and stencil attachments.


The documentation for this struct was generated from the following file: