Uses of Class
org.robovm.apple.modelio.MDLVertexFormat
| Package | Description |
|---|---|
| org.robovm.apple.glkit | |
| org.robovm.apple.metalkit | |
| org.robovm.apple.modelio |
-
Uses of MDLVertexFormat in org.robovm.apple.glkit
Methods in org.robovm.apple.glkit with parameters of type MDLVertexFormat Modifier and Type Method Description static GLKVertexAttributeParametersGLKVertexAttributeParameters. fromModelIO(MDLVertexFormat vertexFormat) -
Uses of MDLVertexFormat in org.robovm.apple.metalkit
Methods in org.robovm.apple.metalkit that return MDLVertexFormat Modifier and Type Method Description static MDLVertexFormatMTKTypeConverter. convertVertexFormat(MTLVertexFormat vertexFormat)Methods in org.robovm.apple.metalkit with parameters of type MDLVertexFormat Modifier and Type Method Description static MTLVertexFormatMTKTypeConverter. convertVertexFormat(MDLVertexFormat vertexFormat) -
Uses of MDLVertexFormat in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return MDLVertexFormat Modifier and Type Method Description MDLVertexFormatMDLVertexAttribute. getFormat()MDLVertexFormatMDLVertexAttributeData. getFormat()static MDLVertexFormatMDLVertexFormat. valueOf(long n)Returns the enum constant of this type with the specified name.static MDLVertexFormatMDLVertexFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MDLVertexFormat[]MDLVertexFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.modelio with parameters of type MDLVertexFormat Modifier and Type Method Description voidMDLMesh. addAttribute(String name, MDLVertexFormat format)voidMDLMesh. addAttribute(String name, MDLVertexFormat format, String type, NSData data, long stride)voidMDLMesh. addAttribute(String name, MDLVertexFormat format, String type, NSData data, long stride, double time)MDLVertexAttributeDataMDLMesh. getVertexAttributeData(String name, MDLVertexFormat format)protected longMDLVertexAttribute. init(String name, MDLVertexFormat format, long offset, long bufferIndex)voidMDLVertexAttribute. setFormat(MDLVertexFormat v)voidMDLVertexAttributeData. setFormat(MDLVertexFormat v)Constructors in org.robovm.apple.modelio with parameters of type MDLVertexFormat Constructor Description MDLVertexAttribute(String name, MDLVertexFormat format, long offset, long bufferIndex)MDLVertexAttribute(MDLVertexAttributeName name, MDLVertexFormat format, long offset, long bufferIndex)