Uses of Class
org.robovm.apple.metal.MTLVertexFormat
| Package | Description |
|---|---|
| org.robovm.apple.arkit | |
| org.robovm.apple.metal | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.scenekit |
-
Uses of MTLVertexFormat in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return MTLVertexFormat Modifier and Type Method Description MTLVertexFormatARGeometrySource. getFormat() -
Uses of MTLVertexFormat in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return MTLVertexFormat Modifier and Type Method Description MTLVertexFormatMTLVertexAttributeDescriptor. getFormat()static MTLVertexFormatMTLVertexFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static MTLVertexFormatMTLVertexFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MTLVertexFormat[]MTLVertexFormat. 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 MTLVertexFormat Modifier and Type Method Description voidMTLVertexAttributeDescriptor. setFormat(MTLVertexFormat v) -
Uses of MTLVertexFormat in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MTLVertexFormat Modifier and Type Method Description static MTLVertexFormatMTKTypeConverter. convertVertexFormat(MDLVertexFormat vertexFormat)Methods in org.robovm.apple.metalkit with parameters of type MTLVertexFormat Modifier and Type Method Description static MDLVertexFormatMTKTypeConverter. convertVertexFormat(MTLVertexFormat vertexFormat) -
Uses of MTLVertexFormat in org.robovm.apple.scenekit
Methods in org.robovm.apple.scenekit with parameters of type MTLVertexFormat Modifier and Type Method Description static SCNGeometrySourceSCNGeometrySource. createWithBuffer(MTLBuffer buffer, MTLVertexFormat vertexFormat, String semantic, long vertexCount, long offset, long stride)