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

iosMacosMain.korlibs.metal.MetalProgram.kt Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
package korlibs.metal

import korlibs.graphics.shader.*
import platform.Metal.*

data class MetalProgram(
    val renderPipelineState: MTLRenderPipelineStateProtocol,
    val inputBuffers: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy