docs: document uniforms available to custom shaders

This commit is contained in:
Qwerasd
2025-06-22 17:05:47 -06:00
parent 8573d53fe6
commit 7ca9cd1994
2 changed files with 54 additions and 4 deletions

View File

@@ -670,7 +670,7 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
.time_delta = 0,
.frame_rate = 60, // not currently updated
.frame = 0,
.channel_time = @splat(@splat(0)),
.channel_time = @splat(@splat(0)), // not currently updated
.channel_resolution = @splat(@splat(0)),
.mouse = @splat(0), // not currently updated
.date = @splat(0), // not currently updated