vkdoom_m/wadsrc/static/shaders/lightmap
2023-12-26 04:31:00 +01:00
..
binding_lightmapper.glsl Split level mesh surface from lightmap tiles as we have multiple surfaces per tile 2023-12-26 04:31:00 +01:00
binding_raytrace.glsl Merge SurfaceVertex with FFlatVertex and draw the lightmaps 2023-12-26 04:30:54 +01:00
binding_textures.glsl Split frag_raytrace.glsl into multiple files as it has become completely unreadable 2023-09-26 22:56:01 +02:00
frag_blur.glsl Move vertex transform to the GPU 2023-09-18 02:42:12 +02:00
frag_copy.glsl Use a shader to copy the pixels as vkCmdCopyImage is very slow. Also gives us more flexibility in the future for composite lightmaps 2023-09-22 01:41:56 +02:00
frag_raytrace.glsl Apply surface angle to sun light 2023-10-04 00:46:29 +02:00
frag_resolve.glsl Move vertex transform to the GPU 2023-09-18 02:42:12 +02:00
polyfill_rayquery.glsl Fix the sunlight tracing bug 2023-10-04 03:31:29 +02:00
trace_ambient_occlusion.glsl Split frag_raytrace.glsl into multiple files as it has become completely unreadable 2023-09-26 22:56:01 +02:00
trace_levelmesh.glsl Hook up bindless textures for gl_levelmesh 2023-12-26 04:30:55 +01:00
trace_light.glsl Control ambient occlusion, sunlight and softshadows via cvars 2023-10-04 00:24:32 +02:00
trace_sunlight.glsl Apply surface angle to sun light 2023-10-04 00:46:29 +02:00
vert_copy.glsl Use a shader to copy the pixels as vkCmdCopyImage is very slow. Also gives us more flexibility in the future for composite lightmaps 2023-09-22 01:41:56 +02:00
vert_raytrace.glsl Fix tile clipping 2023-10-04 01:24:20 +02:00
vert_screenquad.glsl Move vertex transform to the GPU 2023-09-18 02:42:12 +02:00