public class TSRDepthStencilDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
TSRDepthStencilDescriptor() |
protected |
TSRDepthStencilDescriptor(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
TSRDepthStencilOpDescriptor |
getBackFace() |
protected static long |
getCPtr(TSRDepthStencilDescriptor obj) |
byte |
getDepthEnable() |
int |
getDepthFunc() |
int |
getDepthWriteMask() |
TSRDepthStencilOpDescriptor |
getFrontFace() |
byte |
getStencilEnable() |
short |
getStencilReadMask() |
short |
getStencilWriteMask() |
void |
setBackFace(TSRDepthStencilOpDescriptor value) |
void |
setDepthEnable(byte value) |
void |
setDepthFunc(int value) |
void |
setDepthWriteMask(int value) |
void |
setFrontFace(TSRDepthStencilOpDescriptor value) |
void |
setStencilEnable(byte value) |
void |
setStencilReadMask(short value) |
void |
setStencilWriteMask(short value) |
protected TSRDepthStencilDescriptor(long cPtr, boolean cMemoryOwn)
public TSRDepthStencilDescriptor()
protected static long getCPtr(TSRDepthStencilDescriptor obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setDepthEnable(byte value)
public byte getDepthEnable()
public void setDepthWriteMask(int value)
public int getDepthWriteMask()
public void setDepthFunc(int value)
public int getDepthFunc()
public void setStencilEnable(byte value)
public byte getStencilEnable()
public void setStencilReadMask(short value)
public short getStencilReadMask()
public void setStencilWriteMask(short value)
public short getStencilWriteMask()
public void setFrontFace(TSRDepthStencilOpDescriptor value)
public TSRDepthStencilOpDescriptor getFrontFace()
public void setBackFace(TSRDepthStencilOpDescriptor value)
public TSRDepthStencilOpDescriptor getBackFace()