struct RayLib::Shader
- RayLib::Shader
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
raylib/structs.crConstructors
- .new(id : UInt32, locs : StaticArray(Int32, 32))
- .new(pull : JSON::PullParser)
- .new(unwrap : Pointer(Binding::Shader))
- .new(unwrap : Binding::Shader)
Instance Method Summary
- #id : LibC::UInt
- #id=(id : LibC::UInt)
- #locs : StaticArray(LibC::Int, 32)
- #locs=(locs : StaticArray(LibC::Int, 32))
- #to_unsafe