REXM: Reviewed examples source code headers metadata

This commit is contained in:
Ray
2025-09-07 10:46:51 +02:00
parent 68a678a549
commit e5cef3c0d8
6 changed files with 53 additions and 39 deletions

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [shaders] example - render depth texture
* raylib [shaders] example - view depth
*
* Example complexity rating: [★★★☆] 3/4
*
@ -36,7 +36,7 @@ int main(void)
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [shaders] example - render depth texture");
InitWindow(screenWidth, screenHeight, "raylib [shaders] example - view depth");
// Init camera
Camera camera = { 0 };