SDL_SetGPUStencilReference

Sets the current stencil reference value on a command buffer.

extern (C) nothrow @nogc extern
void
SDL_SetGPUStencilReference

Parameters

render_pass SDL_GPURenderPass*

a render pass handle.

reference Uint8

the stencil reference value to set.

Meta