vkdoom_m/wadsrc/static/shaders/lightmap
Ricardo Luís Vaz Silva f0efface7b deduplicate rayquery code
2024-12-30 20:37:18 +01:00
..
binding_lightmapper.glsl Validation layer is complaining about missing readonly specifier on buffers in GLSL 2024-12-07 23:00:53 +01:00
binding_raytrace.glsl Validation layer is complaining about missing readonly specifier on buffers in GLSL 2024-12-07 23:00:53 +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
binding_viewer.glsl Validation layer is complaining about missing readonly specifier on buffers in GLSL 2024-12-07 23:00:53 +01: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 Turn off softshadow for bounces 2024-10-15 19:34:15 +02:00
frag_resolve.glsl Move vertex transform to the GPU 2023-09-18 02:42:12 +02:00
frag_viewer.glsl Turn off softshadow for bounces 2024-10-15 19:34:15 +02:00
montecarlo.glsl Move monte carlo math functions to its own file 2024-02-26 16:21:04 +01:00
polyfill_rayquery.glsl deduplicate rayquery code 2024-12-30 20:37:18 +01:00
trace_ambient_occlusion.glsl Reduce AO sample count from 128 to 16 2024-10-17 00:42:08 +02:00
trace_bounce.glsl Increase the bounce sample count 2024-10-17 00:29:25 +02:00
trace_levelmesh.glsl Change the math for two-sided surfaces 2024-03-04 23:39:35 +01:00
trace_light.glsl Turn off softshadow for bounces 2024-10-15 19:34:15 +02:00
trace_sunlight.glsl Change the math for two-sided surfaces 2024-03-04 23:39:35 +01:00
vert_copy.glsl Add readonly specifier to CopyBuffer 2024-12-08 13:00:36 +01:00
vert_raytrace.glsl Atlas tile adjustments 2024-02-28 00:59:41 +01:00
vert_screenquad.glsl Move vertex transform to the GPU 2023-09-18 02:42:12 +02:00
vert_viewer.glsl Fix using wrong surface for the extra BLAS structures for trace hits 2024-09-05 00:15:59 +02:00