![]() |
wisdom
|
C version:
C++ version:
Depth stencil select flags. Affect which part of the depth stencil buffer is used.
Values:
WisDepthStencilFlagsNone = 0: No flags set. Both attachments are write.WisDepthStencilFlagsIgnoreDepth = (1 << 0): Don't use depth part of the depth stencil buffer.WisDepthStencilFlagsIgnoreStencil = (1 << 1): Don't use stencil part of the depth stencil buffer.WisDepthStencilFlagsReadOnlyDepth = (1 << 2): Depth part is read only. Texture must be in either read state, depending on the format.WisDepthStencilFlagsReadOnlyStencil = (1 << 3): Stencil part is read only. Texture must be in either read state, depending on the format.