Updated almost all stuff

This commit is contained in:
2025-06-14 16:20:47 +03:00
parent 756fb3bdd0
commit a1f1e09af6
152 changed files with 53441 additions and 26 deletions

View File

@@ -0,0 +1,19 @@
fragment_program debug_fp glsl glsles glslang hlsl
{
source debug.frag
default_params
{
param_named_auto ambient surface_ambient_colour
param_named_auto diffuse surface_diffuse_colour
}
}
vertex_program debug_vp glsl glsles glslang hlsl
{
source debug.vert
default_params
{
param_named worldViewProj worldviewproj_matrix
}
}