Raylib.ShaderUniformDataType
type t =
| Float
| Vec2
| Vec3
| Vec4
| Int
| Ivec2
| Ivec3
| Ivec4
| Sampler2d
val to_int : t -> int
val of_int : int -> t