Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sdl_test
master
Top Level Namespace
Float32
Float64
GL
Color4
ColorBuffer
GLM
Mat4
TMat4
TVec3
Vec3
SDL
Event
Window
SdlTest
Shader
Transform
Built with Crystal 1.10.0
2023-11-04 00:56:24 UTC
class
Shader
Shader
Reference
Object
Defined in:
sdl_test.cr
Constructors
.new
(name : String)
Instance Method Summary
#bind
#compile
#id
: Int32 | UInt32
#link
#use
Constructor Detail
def self.
new
(name : String)
#
[
View source
]
Instance Method Detail
def
bind
#
[
View source
]
def
compile
#
[
View source
]
def
id
: Int32 | UInt32
#
[
View source
]
def
link
#
[
View source
]
def
use
#
[
View source
]