All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.opengl.renderer.impl.VertexAttributeLayout.kt Maven / Gradle / Ivy

There is a newer version: 0.11.1
Show newest version
package ru.casperix.opengl.renderer.impl

enum class VertexAttributeLayout(val size: Int, val layout: Int) {
    POSITION2(2, 1),
    TEXTURE_COORD(2, 2),
    COLOR3(3, 3),
    COLOR4(4, 3),
    TANGENT(2, 4),
    POSITION3(3, 5),
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy