menu
raylib_dartified package
documentation
core/raylib.dart
RaylibCore
UnloadShader method
UnloadShader method
dark_mode
light_mode
UnloadShader
method
void
UnloadShader
(
ShaderC
shader
)
Implementation
void UnloadShader(ShaderC shader) { return _UnloadShader(shader); }
raylib_dartified package
documentation
core/raylib
RaylibCore
UnloadShader method
RaylibCore class