Uses of Class
org.robovm.apple.modelio.MDLMeshBufferType
| Package | Description |
|---|---|
| org.robovm.apple.glkit | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.modelio |
-
Uses of MDLMeshBufferType in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit that return MDLMeshBufferType Modifier and Type Method Description MDLMeshBufferTypeGLKMeshBuffer. getType()Deprecated.Methods in org.robovm.apple.glkit with parameters of type MDLMeshBufferType Modifier and Type Method Description MDLMeshBufferGLKMeshBufferAllocator. newBuffer(long length, MDLMeshBufferType type)Deprecated.MDLMeshBufferGLKMeshBufferAllocator. newBuffer(NSData data, MDLMeshBufferType type)Deprecated.MDLMeshBufferGLKMeshBufferAllocator. newBuffer(MDLMeshBufferZone zone, long length, MDLMeshBufferType type)Deprecated.MDLMeshBufferGLKMeshBufferAllocator. newBuffer(MDLMeshBufferZone zone, NSData data, MDLMeshBufferType type)Deprecated. -
Uses of MDLMeshBufferType in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MDLMeshBufferType Modifier and Type Method Description MDLMeshBufferTypeMTKMeshBuffer. getType()Methods in org.robovm.apple.metalkit with parameters of type MDLMeshBufferType Modifier and Type Method Description MDLMeshBufferMTKMeshBufferAllocator. newBuffer(long length, MDLMeshBufferType type)MDLMeshBufferMTKMeshBufferAllocator. newBuffer(NSData data, MDLMeshBufferType type)MDLMeshBufferMTKMeshBufferAllocator. newBuffer(MDLMeshBufferZone zone, long length, MDLMeshBufferType type)MDLMeshBufferMTKMeshBufferAllocator. newBuffer(MDLMeshBufferZone zone, NSData data, MDLMeshBufferType type) -
Uses of MDLMeshBufferType in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return MDLMeshBufferType Modifier and Type Method Description MDLMeshBufferTypeMDLMeshBuffer. getType()MDLMeshBufferTypeMDLMeshBufferData. getType()static MDLMeshBufferTypeMDLMeshBufferType. valueOf(long n)Returns the enum constant of this type with the specified name.static MDLMeshBufferTypeMDLMeshBufferType. valueOf(String name)Returns the enum constant of this type with the specified name.static MDLMeshBufferType[]MDLMeshBufferType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.modelio that return types with arguments of type MDLMeshBufferType Modifier and Type Method Description static List<MDLMeshBufferType>MDLMeshBufferType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.modelio with parameters of type MDLMeshBufferType Modifier and Type Method Description protected longMDLMeshBufferData. init(MDLMeshBufferType type, long length)protected longMDLMeshBufferData. init(MDLMeshBufferType type, NSData data)MDLMeshBufferMDLMeshBufferAllocator. newBuffer(long length, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferAllocator. newBuffer(NSData data, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferAllocator. newBuffer(MDLMeshBufferZone zone, long length, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferAllocator. newBuffer(MDLMeshBufferZone zone, NSData data, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferDataAllocator. newBuffer(long length, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferDataAllocator. newBuffer(NSData data, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferDataAllocator. newBuffer(MDLMeshBufferZone zone, long length, MDLMeshBufferType type)MDLMeshBufferMDLMeshBufferDataAllocator. newBuffer(MDLMeshBufferZone zone, NSData data, MDLMeshBufferType type)Method parameters in org.robovm.apple.modelio with type arguments of type MDLMeshBufferType Modifier and Type Method Description static longMDLMeshBufferType.AsListMarshaler. toNative(List<MDLMeshBufferType> l, long flags)Constructors in org.robovm.apple.modelio with parameters of type MDLMeshBufferType Constructor Description MDLMeshBufferData(MDLMeshBufferType type, long length)MDLMeshBufferData(MDLMeshBufferType type, NSData data)