UniformDescription

data class UniformDescription(val name: String, val type: UniformType, val size: Int, val offset: Int, val stride: Int)(source)

Constructors

Link copied to clipboard
constructor(name: String, type: UniformType, size: Int, offset: Int, stride: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val offset: Int
Link copied to clipboard
val size: Int
Link copied to clipboard
val stride: Int
Link copied to clipboard