Uses of Class
org.robovm.apple.metal.MTLPrimitiveType
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalkit |
-
Uses of MTLPrimitiveType in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLPrimitiveType Modifier and Type Method Description static MTLPrimitiveTypeMTLPrimitiveType. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLPrimitiveTypeMTLPrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLPrimitiveType[]MTLPrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metal with parameters of type MTLPrimitiveType Modifier and Type Method Description voidMTLIndirectRenderCommand. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount, long baseVertex, long baseInstance)voidMTLIndirectRenderCommandAdapter. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount, long baseVertex, long baseInstance)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, long indexCount, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, long instanceCount, long baseVertex, long baseInstance)voidMTLRenderCommandEncoder. drawIndexedPrimitives(MTLPrimitiveType primitiveType, MTLIndexType indexType, MTLBuffer indexBuffer, long indexBufferOffset, MTLBuffer indirectBuffer, long indirectBufferOffset)voidMTLIndirectRenderCommand. drawPrimitives(MTLPrimitiveType primitiveType, long vertexStart, long vertexCount, long instanceCount, long baseInstance)voidMTLIndirectRenderCommandAdapter. drawPrimitives(MTLPrimitiveType primitiveType, long vertexStart, long vertexCount, long instanceCount, long baseInstance)voidMTLRenderCommandEncoder. drawPrimitives(MTLPrimitiveType primitiveType, long vertexStart, long vertexCount)voidMTLRenderCommandEncoder. drawPrimitives(MTLPrimitiveType primitiveType, long vertexStart, long vertexCount, long instanceCount)voidMTLRenderCommandEncoder. drawPrimitives(MTLPrimitiveType primitiveType, long vertexStart, long vertexCount, long instanceCount, long baseInstance)voidMTLRenderCommandEncoder. drawPrimitives(MTLPrimitiveType primitiveType, MTLBuffer indirectBuffer, long indirectBufferOffset) -
Uses of MTLPrimitiveType in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLPrimitiveType Modifier and Type Method Description MTLPrimitiveTypeMTKSubmesh. getPrimitiveType()