SDL 3.0
SDL_GPUDepthStencilState Struct Reference

#include <SDL_gpu.h>

+ Collaboration diagram for SDL_GPUDepthStencilState:

Data Fields

SDL_bool depthTestEnable
 
SDL_bool depthWriteEnable
 
SDL_GPUCompareOp compareOp
 
SDL_bool stencilTestEnable
 
SDL_GPUStencilOpState backStencilState
 
SDL_GPUStencilOpState frontStencilState
 
Uint8 compareMask
 
Uint8 writeMask
 
Uint8 reference
 

Detailed Description

Definition at line 749 of file SDL_gpu.h.

Field Documentation

◆ backStencilState

SDL_GPUStencilOpState SDL_GPUDepthStencilState::backStencilState

Definition at line 755 of file SDL_gpu.h.

◆ compareMask

Uint8 SDL_GPUDepthStencilState::compareMask

Definition at line 757 of file SDL_gpu.h.

◆ compareOp

SDL_GPUCompareOp SDL_GPUDepthStencilState::compareOp

Definition at line 753 of file SDL_gpu.h.

◆ depthTestEnable

SDL_bool SDL_GPUDepthStencilState::depthTestEnable

Definition at line 751 of file SDL_gpu.h.

◆ depthWriteEnable

SDL_bool SDL_GPUDepthStencilState::depthWriteEnable

Definition at line 752 of file SDL_gpu.h.

◆ frontStencilState

SDL_GPUStencilOpState SDL_GPUDepthStencilState::frontStencilState

Definition at line 756 of file SDL_gpu.h.

◆ reference

Uint8 SDL_GPUDepthStencilState::reference

Definition at line 759 of file SDL_gpu.h.

◆ stencilTestEnable

SDL_bool SDL_GPUDepthStencilState::stencilTestEnable

Definition at line 754 of file SDL_gpu.h.

◆ writeMask

Uint8 SDL_GPUDepthStencilState::writeMask

Definition at line 758 of file SDL_gpu.h.


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