fsRenderClearStencil
The fsRenderClearStencil function clears the stencil buffer of the specified context.
Syntax
void fsRenderClearStencil(
FsContext ctx
)
Members
Parameters | Description |
---|---|
ctx |
A value of type FsContext provided as an argument of the gauge callback. |
Return Values
This function does not return a value.
Remarks
N/A
See Also