StencilBuffer

A manager of the stencil buffer.

Constructors

this
this()

Members

Static functions

clear
void clear(int def)

Clears the stencil buffer.

disable
void disable()

Disables stencil test.

enable
void enable()

Enables stencil test.

startModify
void startModify(int replace)

Sets a stencil func to replace pixels.

startTest
void startTest(int successCondition)

Sets a stencil func to test if the pixel is equal to success condition.

Meta