Uses of Class
org.robovm.apple.metal.MTLIndexType
| Package | Description |
|---|---|
| org.robovm.apple.metal | |
| org.robovm.apple.metalkit |
-
Uses of MTLIndexType in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLIndexType Modifier and Type Method Description MTLIndexTypeMTLAccelerationStructureMotionTriangleGeometryDescriptor. getIndexType()MTLIndexTypeMTLAccelerationStructureTriangleGeometryDescriptor. getIndexType()MTLIndexTypeMTLStageInputOutputDescriptor. getIndexType()static MTLIndexTypeMTLIndexType. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLIndexTypeMTLIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLIndexType[]MTLIndexType. 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 MTLIndexType 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)voidMTLAccelerationStructureMotionTriangleGeometryDescriptor. setIndexType(MTLIndexType v)voidMTLAccelerationStructureTriangleGeometryDescriptor. setIndexType(MTLIndexType v)voidMTLStageInputOutputDescriptor. setIndexType(MTLIndexType v) -
Uses of MTLIndexType in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLIndexType Modifier and Type Method Description MTLIndexTypeMTKSubmesh. getIndexType()