b80fbe1192
#KT-15519 Fixed
13 lines
375 B
Kotlin
Vendored
13 lines
375 B
Kotlin
Vendored
data class <caret>VertexAttribute(
|
|
|
|
/**
|
|
* The number of components this attribute has.
|
|
**/
|
|
val numComponents: Int,
|
|
|
|
/**
|
|
* If true and [type] is not [Gl20.FLOAT], the data will be mapped to the range -1 to 1 for signed types and
|
|
* the range 0 to 1 for unsigned types.
|
|
*/
|
|
val normalized: Boolean
|
|
) {} |