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