@ -76,7 +76,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Float ;
* @ def _vk_keyword{ FORMAT_R32_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R32_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatFloat ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatfloat?language=objc).
* @ m_keywords { DXGI_FORMAT_R32_FLOAT MTLVertexFormatFloat }
@ -88,7 +88,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Half ;
* @ def _vk_keyword{ FORMAT_R16_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R16_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatHalf ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformathalf?language=objc).
* @ m_keywords { DXGI_FORMAT_R16_FLOAT MTLVertexFormatHalf }
@ -101,7 +101,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Long
* @ ref GL : : DynamicAttribute : : DataType : : Double ;
* @ def _vk_keyword{ FORMAT_R64_SFLOAT , Format } . No D3D or Metal equivalent .
* @ val _vk_keyword{ FORMAT_R64_SFLOAT , Format } . No D3D or Metal equivalent .
*/
Double ,
@ -111,7 +111,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar?language=objc)
* @ m_keywords { DXGI_FORMAT_R8_UINT MTLVertexFormatUChar }
@ -125,7 +125,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUCharNormalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatucharnormalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8_UNORM MTLVertexFormatUCharNormalized }
@ -138,7 +138,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar?language=objc).
* @ m_keywords { DXGI_FORMAT_R8_SINT MTLVertexFormatChar }
@ -152,7 +152,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatCharNormalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatcharnormalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8_SNORM MTLVertexFormatCharNormalized }
@ -165,7 +165,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedShort ;
* @ def _vk_keyword{ FORMAT_R16_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort?language=objc).
* @ m_keywords { DXGI_FORMAT_R16_UINT MTLVertexFormatUShort }
@ -179,7 +179,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R16_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShortNormalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushortnormalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16_UNORM MTLVertexFormatUShortNormalized }
@ -192,7 +192,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort?language=objc).
* @ m_keywords { DXGI_FORMAT_R16_SINT MTLVertexFormatShort }
@ -206,7 +206,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShortNormalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshortnormalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16_SNORM MTLVertexFormatShortNormalized }
@ -219,7 +219,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedInt ;
* @ def _vk_keyword{ FORMAT_R32_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUInt ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuint?language=objc).
* @ m_keywords { DXGI_FORMAT_R32_UINT MTLVertexFormatUInt }
@ -232,7 +232,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to single - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Int ;
* @ def _vk_keyword{ FORMAT_R32_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatInt ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatint?language=objc).
* @ m_keywords { DXGI_FORMAT_R32_SINT MTLVertexFormatInt }
@ -244,7 +244,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Float ;
* @ def _vk_keyword{ FORMAT_R32G32_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatFloat2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatfloat2?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32_FLOAT MTLVertexFormatFloat2 }
@ -257,7 +257,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Half ;
* @ def _vk_keyword{ FORMAT_R16G16_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatHalf2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformathalf2?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16_FLOAT MTLVertexFormatHalf2 }
@ -270,7 +270,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Long
* @ ref GL : : DynamicAttribute : : DataType : : Double ;
* @ def _vk_keyword{ FORMAT_R64G64_SFLOAT , Format } . No D3D or Metal
* @ val _vk_keyword{ FORMAT_R64G64_SFLOAT , Format } . No D3D or Metal
* equivalent .
*/
Vector2d ,
@ -283,7 +283,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8G8_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar2?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8_UINT MTLVertexFormatUChar2 }
@ -298,7 +298,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8G8_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar2Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar2normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8_UNORM MTLVertexFormatUChar2Normalized }
@ -313,7 +313,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8G8_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar2?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8_SINT MTLVertexFormatChar2 }
@ -328,7 +328,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8G8_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar2Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar2normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8_SNORM MTLVertexFormatChar2Normalized }
@ -343,7 +343,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedShort ;
* @ def _vk_keyword{ FORMAT_R16G16_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort2?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16_UINT MTLVertexFormatUShort2 }
@ -358,7 +358,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R16G16_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort2Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort2normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16_UNORM MTLVertexFormatUShort2Normalized }
@ -373,7 +373,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16G16_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort2?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16_SINT MTLVertexFormatShort2 }
@ -388,7 +388,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16G16_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort2Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort2normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16_SNORM MTLVertexFormatShort2Normalized }
@ -401,7 +401,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedInt ;
* @ def _vk_keyword{ FORMAT_R32G32_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUInt2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuint2?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32_UINT MTLVertexFormatUInt2 }
@ -414,7 +414,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to two - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Int ;
* @ def _vk_keyword{ FORMAT_R32G32_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatInt2 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatint2?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32_SINT MTLVertexFormatInt2 }
@ -427,7 +427,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Float ;
* @ def _vk_keyword{ FORMAT_R32G32B32_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32B32_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32B32_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatFloat3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatfloat3?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32B32_FLOAT MTLVertexFormatFloat3 }
@ -441,7 +441,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Half ;
* @ def _vk_keyword{ FORMAT_R16G16B16_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatHalf3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformathalf3?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16_FLOAT MTLVertexFormatHalf3 }
@ -454,7 +454,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Long
* @ ref GL : : DynamicAttribute : : DataType : : Double ;
* @ def _vk_keyword{ FORMAT_R64G64B64_SFLOAT , Format } . No D3D or Metal
* @ val _vk_keyword{ FORMAT_R64G64B64_SFLOAT , Format } . No D3D or Metal
* equivalent .
*/
Vector3d ,
@ -467,7 +467,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8G8B8_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar3?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8_UINT MTLVertexFormatUChar3 }
@ -482,7 +482,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8G8B8_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar3Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar3normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8_UNORM MTLVertexFormatUChar3Normalized }
@ -497,7 +497,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8G8B8_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar3?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8_SINT MTLVertexFormatChar3 }
@ -512,7 +512,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8G8B8_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar3Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar3normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8_SNORM MTLVertexFormatChar3Normalized }
@ -527,7 +527,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedShort ;
* @ def _vk_keyword{ FORMAT_R16G16B16_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort3?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16_UINT MTLVertexFormatUShort3 }
@ -543,7 +543,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R16G16B16_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort3Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort3normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16_UNORM MTLVertexFormatUShort3Normalized }
@ -558,7 +558,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16G16B16_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort3?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16_SINT MTLVertexFormatShort3 }
@ -573,7 +573,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16G16B16_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort3Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort3normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16_SNORM MTLVertexFormatShort3Normalized }
@ -586,7 +586,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedInt ;
* @ def _vk_keyword{ FORMAT_R32G32B32_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32B32_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32B32_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUInt3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuint3?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32B32_UINT MTLVertexFormatUInt3 }
@ -599,7 +599,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to three - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Int ;
* @ def _vk_keyword{ FORMAT_R32G32B32_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32B32_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32B32_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatInt3 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatint3?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32B32_SINT MTLVertexFormatInt3 }
@ -611,7 +611,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Float ;
* @ def _vk_keyword{ FORMAT_R32G32B32A32_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32B32A32_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32B32A32_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatFloat4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatfloat4?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32B32A32_FLOAT MTLVertexFormatFloat4 }
@ -624,7 +624,7 @@ enum class VertexFormat: UnsignedInt {
*
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* @ ref GL : : DynamicAttribute : : DataType : : Half ;
* @ def _vk_keyword{ FORMAT_R16G16B16A16_SFLOAT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16A16_SFLOAT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16A16_FLOAT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatHalf4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformathalf4?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16A16_FLOAT MTLVertexFormatHalf4 }
@ -637,7 +637,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Long
* @ ref GL : : DynamicAttribute : : DataType : : Double ;
* @ def _vk_keyword{ FORMAT_R64G64B64A64_SFLOAT , Format } . No D3D or Metal
* @ val _vk_keyword{ FORMAT_R64G64B64A64_SFLOAT , Format } . No D3D or Metal
* equivalent .
*/
Vector4d ,
@ -648,7 +648,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8G8B8A8_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8A8_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8A8_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar4?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8A8_UINT MTLVertexFormatUChar4 }
@ -663,7 +663,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R8G8B8A8_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8A8_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8A8_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUChar4Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuchar4normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8A8_UNORM MTLVertexFormatUChar4Normalized }
@ -676,7 +676,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8G8B8A8_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8A8_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8A8_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar4?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8A8_SINT MTLVertexFormatChar4 }
@ -690,7 +690,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Byte ;
* @ def _vk_keyword{ FORMAT_R8G8B8A8_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R8G8B8A8_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R8G8B8A8_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatChar4Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatchar4normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R8G8B8A8_SNORM MTLVertexFormatChar4Normalized }
@ -703,7 +703,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedShort ;
* @ def _vk_keyword{ FORMAT_R16G16B16A16_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16A16_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16A16_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort4?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16A16_UINT MTLVertexFormatUShort4 }
@ -718,7 +718,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedByte ;
* @ def _vk_keyword{ FORMAT_R16G16B16A16_UNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16A16_UNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16A16_UNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUShort4Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatushort4normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16A16_UNORM MTLVertexFormatUShort4Normalized }
@ -731,7 +731,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16G16B16A16_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16A16_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16A16_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort4?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16A16_SINT MTLVertexFormatShort4 }
@ -745,7 +745,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component
* @ ref GL : : DynamicAttribute : : Kind : : GenericNormalized
* @ ref GL : : DynamicAttribute : : DataType : : Short ;
* @ def _vk_keyword{ FORMAT_R16G16B16A16_SNORM , Format } ;
* @ val _vk_keyword{ FORMAT_R16G16B16A16_SNORM , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R16G16B16A16_SNORM ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatShort4Normalized ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatshort4normalized?language=objc).
* @ m_keywords { DXGI_FORMAT_R16G16B16A16_SNORM MTLVertexFormatShort4Normalized }
@ -758,7 +758,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : UnsignedInt ;
* @ def _vk_keyword{ FORMAT_R32G32B32A16_UINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32B32A16_UINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32B32A32_UINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatUInt4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatuint4?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32B32A32_UINT MTLVertexFormatUInt4 }
@ -771,7 +771,7 @@ enum class VertexFormat: UnsignedInt {
* Corresponds to four - component @ ref GL : : DynamicAttribute : : Kind : : Generic
* or @ ref GL : : DynamicAttribute : : Kind : : Integral
* @ ref GL : : DynamicAttribute : : DataType : : Int ;
* @ def _vk_keyword{ FORMAT_R32G32B32A32_SINT , Format } ;
* @ val _vk_keyword{ FORMAT_R32G32B32A32_SINT , Format } ;
* @ m_class { m - doc - external } [ DXGI_FORMAT_R32G32B32A32_SINT ] ( https : //docs.microsoft.com/en-us/windows/win32/api/dxgiformat/ne-dxgiformat-dxgi_format)
* or @ m_class { m - doc - external } [ MTLVertexFormatInt4 ] ( https : //developer.apple.com/documentation/metal/mtlvertexformat/mtlvertexformatint4?language=objc).
* @ m_keywords { DXGI_FORMAT_R32G32B32A32_SINT MTLVertexFormatInt4 }