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

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

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

import ru.casperix.math.quad_matrix.float32.Matrix3f
import ru.casperix.opengl.renderer.DeviceGeometryBuffer
import ru.casperix.opengl.renderer.shader.ShaderController
import ru.casperix.renderer.material.Material

data class RenderState(
    val model: Matrix3f,
    val projectionViewModel: Matrix3f,
    val controller: ShaderController,
    val material: Material,
    val buffer: DeviceGeometryBuffer
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy