Vireo  0.0
Vireo 3D Rendering Hardware Interface
DepthClearValue Struct Reference

Detailed Description

Depth and stencil values used when clearing a depth/stencil attachment.

Lua full name: vireo.DepthClearValue

Properties

number depth
 Clear value for the depth aspect (default 1.0 = far plane).
 
integer stencil
 Clear value for the stencil aspect (default 0).
 

Property Documentation

number depth

Clear value for the depth aspect (default 1.0 = far plane).

integer stencil

Clear value for the stencil aspect (default 0).