Profiling - tracks GPU and CPU usage as well as displaying performance metrics and scene information

This commit is contained in:
Halbear 2026-06-12 19:51:53 +01:00
parent c9844fc415
commit 620838a41d
22 changed files with 827 additions and 81 deletions

View file

@ -21,7 +21,6 @@ vec4 gamma(vec4 color){
}
// Sourced from: https://mini.gmshaders.com/p/gm-shaders-mini-fxaa
vec4 fxaa(sampler2D tex, vec2 uv) {
vec2 u_texel = 1.0 / screenSize.size;