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

jsMain.webgl.Lists.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package webgl

import js.typedarrays.Float32Array
import js.typedarrays.Int32Array
import js.typedarrays.Uint32Array

typealias Float32List = Float32Array /* | GLfloat[] */
typealias Int32List = Int32Array /* | GLint[] */
typealias Uint32List = Uint32Array /* | GLuint[] */




© 2015 - 2025 Weber Informatics LLC | Privacy Policy