menu
raylib_dartified package
documentation
core/raylib_dartified.dart
RaylibCore
UnloadShader method
UnloadShader method
dark_mode
light_mode
UnloadShader
method
void
UnloadShader
(
ShaderC
shader
)
Unload shader from GPU memory (VRAM)
Implementation
void UnloadShader(ShaderC shader) => _UnloadShader(shader);
raylib_dartified package
documentation
core/raylib_dartified
RaylibCore
UnloadShader method
RaylibCore class