Files
SDL3CPlusPlus/scripts
johndoe6345789 945b724838 Refactor shader management and remove unused shaders
- Introduced a shader toolkit for dynamic shader generation in soundboard.lua.
- Removed obsolete shader files: ceiling.frag, cube.frag, cube.vert, floor.frag, pbr.frag, pbr.vert, solid.frag, solid.vert, wall.frag.
- Updated pipeline_service to handle inline shader sources and paths, improving shader registration and validation.
- Enhanced shader_script_service to support optional shader source paths alongside traditional paths.
- Modified ShaderPaths structure to include source fields for vertex, fragment, geometry, tessellation control, tessellation evaluation, and compute shaders.
- Updated test_gxm_backend to reflect changes in shader paths and ensure successful pipeline creation.
2026-01-05 23:34:48 +00:00
..
2025-12-19 16:13:09 +00:00
2025-12-19 17:11:38 +00:00
2025-12-18 20:20:07 +00:00
2025-12-19 18:03:11 +00:00
2025-12-19 16:13:09 +00:00
2025-12-18 19:13:31 +00:00
2025-12-19 17:11:38 +00:00
2025-12-19 16:43:57 +00:00
2025-12-18 22:43:45 +00:00
2026-01-05 21:09:14 +00:00