Enumerationswiftwasm.webapikit 0.1.0WebGL2
Uint32List
Generated.swift:1359enum Uint32List
enum Uint32List
import WebGL2
case uint32Array(Uint32Array)
case seq_of_GLuint([GLuint])
protocol Any_Uint32List : ConvertibleToJSValue
protocol ConstructibleFromJSValue
Types conforming to this protocol can be constructed from JSValue
.
protocol ConvertibleToJSValue
Objects that can be converted to a JavaScript value, preferably in a lossless manner.
static func construct(from value: JSValue) -> Self?
var jsValue: JSValue { get }
var seq_of_GLuint: [GLuint]? { get }
var uint32Array: Uint32Array? { get }
func jsValue() -> JSValue