Uses of Class
org.robovm.apple.metal.MTLDataType
| Package | Description |
|---|---|
| org.robovm.apple.metal |
-
Uses of MTLDataType in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLDataType Modifier and Type Method Description MTLDataTypeMTLAttribute. getAttributeType()MTLDataTypeMTLVertexAttribute. getAttributeType()MTLDataTypeMTLArgument. getBufferDataType()MTLDataTypeMTLArgumentDescriptor. getDataType()MTLDataTypeMTLStructMember. getDataType()MTLDataTypeMTLType. getDataType()MTLDataTypeMTLArrayType. getElementType()MTLDataTypeMTLPointerType. getElementType()MTLDataTypeMTLArgument. getTextureDataType()MTLDataTypeMTLTextureReferenceType. getTextureDataType()MTLDataTypeMTLFunctionConstant. getType()static MTLDataTypeMTLDataType. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLDataTypeMTLDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLDataType[]MTLDataType. 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 MTLDataType Modifier and Type Method Description voidMTLFunctionConstantValues. setConstantValue(VoidPtr value, MTLDataType type, long index)voidMTLFunctionConstantValues. setConstantValue(VoidPtr value, MTLDataType type, String name)voidMTLFunctionConstantValues. setConstantValues(VoidPtr values, MTLDataType type, NSRange range)voidMTLArgumentDescriptor. setDataType(MTLDataType v)voidMTLAccelerationStructureCommandEncoder. writeCompactedAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLBuffer buffer, long offset, MTLDataType sizeDataType)voidMTLAccelerationStructureCommandEncoderAdapter. writeCompactedAccelerationStructure(MTLAccelerationStructure accelerationStructure, MTLBuffer buffer, long offset, MTLDataType sizeDataType)