Package apple.metal.struct
Class MTLCounterResultStatistic
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.metal.struct.MTLCounterResultStatistic
-
public final class MTLCounterResultStatistic extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description MTLCounterResultStatistic()protectedMTLCounterResultStatistic(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longclipperInvocations()longclipperPrimitivesOut()longcomputeKernelInvocations()longfragmentInvocations()longfragmentsPassed()longpostTessellationVertexInvocations()voidsetClipperInvocations(long value)voidsetClipperPrimitivesOut(long value)voidsetComputeKernelInvocations(long value)voidsetFragmentInvocations(long value)voidsetFragmentsPassed(long value)voidsetPostTessellationVertexInvocations(long value)voidsetTessellationInputPatches(long value)voidsetVertexInvocations(long value)longtessellationInputPatches()longvertexInvocations()
-
-
-
Method Detail
-
tessellationInputPatches
public long tessellationInputPatches()
-
setTessellationInputPatches
public void setTessellationInputPatches(long value)
-
vertexInvocations
public long vertexInvocations()
-
setVertexInvocations
public void setVertexInvocations(long value)
-
postTessellationVertexInvocations
public long postTessellationVertexInvocations()
-
setPostTessellationVertexInvocations
public void setPostTessellationVertexInvocations(long value)
-
clipperInvocations
public long clipperInvocations()
-
setClipperInvocations
public void setClipperInvocations(long value)
-
clipperPrimitivesOut
public long clipperPrimitivesOut()
-
setClipperPrimitivesOut
public void setClipperPrimitivesOut(long value)
-
fragmentInvocations
public long fragmentInvocations()
-
setFragmentInvocations
public void setFragmentInvocations(long value)
-
fragmentsPassed
public long fragmentsPassed()
-
setFragmentsPassed
public void setFragmentsPassed(long value)
-
computeKernelInvocations
public long computeKernelInvocations()
-
setComputeKernelInvocations
public void setComputeKernelInvocations(long value)
-
-