#include "GraphicsTypes.h"
Classes | |
struct | Diligent::StencilOpDesc |
Describes stencil operations that are performed based on the results of depth test. More... | |
struct | Diligent::DepthStencilStateDesc |
Depth stencil state description. More... | |
Namespaces | |
namespace | Diligent |
Graphics engine namespace. | |
Enumerations | |
enum | Diligent::STENCIL_OP : Int8 { Diligent::STENCIL_OP_UNDEFINED = 0 , Diligent::STENCIL_OP_KEEP = 1 , Diligent::STENCIL_OP_ZERO = 2 , Diligent::STENCIL_OP_REPLACE = 3 , Diligent::STENCIL_OP_INCR_SAT = 4 , Diligent::STENCIL_OP_DECR_SAT = 5 , Diligent::STENCIL_OP_INVERT = 6 , Diligent::STENCIL_OP_INCR_WRAP = 7 , Diligent::STENCIL_OP_DECR_WRAP = 8 , Diligent::STENCIL_OP_NUM_OPS } |
Stencil operation. More... | |
Definition of data types that describe depth-stencil state