Cocos2d-x
4.0.0
|
A class represent a depth/stencil test status. More...
Inherits DepthStencilState.
Public Member Functions | |
Constructor, Destructor and Initializers | |
DepthStencilStateMTL (id< MTLDevice > mtlDevice, const DepthStencilDescriptor &descriptor) | |
~DepthStencilStateMTL () | |
Setters & Getters | |
id< MTLDepthStencilState > | getMTLDepthStencilState () const |
get a MTLDepthStencilState object | |
Additional Inherited Members | |
![]() | |
unsigned int | _ID |
object id, ScriptSupport need public _ID | |
int | _luaID |
Lua reference id. | |
void * | _scriptObject |
scriptObject, support for swift | |
bool | _rooted |
When true, it means that the object was already rooted. | |
A class represent a depth/stencil test status.
DepthStencilStateMTL | ( | id< MTLDevice > | mtlDevice, |
const DepthStencilDescriptor & | descriptor | ||
) |
mtlDevice | The device for which MTLDepthStencilState object was created. |