public final class MTLCounterResultStatistic
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
MTLCounterResultStatistic() |
protected |
MTLCounterResultStatistic(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
long |
clipperInvocations() |
long |
clipperPrimitivesOut() |
long |
computeKernelInvocations() |
long |
fragmentInvocations() |
long |
fragmentsPassed() |
long |
postTessellationVertexInvocations() |
void |
setClipperInvocations(long value) |
void |
setClipperPrimitivesOut(long value) |
void |
setComputeKernelInvocations(long value) |
void |
setFragmentInvocations(long value) |
void |
setFragmentsPassed(long value) |
void |
setPostTessellationVertexInvocations(long value) |
void |
setTessellationInputPatches(long value) |
void |
setVertexInvocations(long value) |
long |
tessellationInputPatches() |
long |
vertexInvocations() |
public MTLCounterResultStatistic()
protected MTLCounterResultStatistic(org.moe.natj.general.Pointer peer)
public long tessellationInputPatches()
public void setTessellationInputPatches(long value)
public long vertexInvocations()
public void setVertexInvocations(long value)
public long postTessellationVertexInvocations()
public void setPostTessellationVertexInvocations(long value)
public long clipperInvocations()
public void setClipperInvocations(long value)
public long clipperPrimitivesOut()
public void setClipperPrimitivesOut(long value)
public long fragmentInvocations()
public void setFragmentInvocations(long value)
public long fragmentsPassed()
public void setFragmentsPassed(long value)
public long computeKernelInvocations()
public void setComputeKernelInvocations(long value)