Vireo  0.0
Vireo 3D Rendering Hardware Interface
DepthClearValue Struct Reference

Detailed Description

A clear depth stencil value

Manual page : Render pass

Public Attributes

float depth {1.0f}
 Clear value for the depth aspect of the depth/stencil attachment. It is a floating-point value which is automatically converted to the attachment’s forma. More...
 
uint32_t stencil {0}
 Clear value for the stencil aspect of the depth/stencil attachment. It is a 32-bit integer value which is converted to the attachment’s format by taking the appropriate number of LSBs. More...
 

Member Data Documentation

float depth {1.0f}

Clear value for the depth aspect of the depth/stencil attachment. It is a floating-point value which is automatically converted to the attachment’s forma.

uint32_t stencil {0}

Clear value for the stencil aspect of the depth/stencil attachment. It is a 32-bit integer value which is converted to the attachment’s format by taking the appropriate number of LSBs.