procedural-3d-engine/data/shaders/pbribl
Chris Forbes a05d90c221 Recompile shaders with more modern glslang
The SPIRV previously checked in had various issues -- most commonly, it
would use the VertexId and InstanceId builtins rather than the
replacmenet VertexIndex and InstanceIndex builtins required by Vulkan.
2019-09-06 09:59:45 +01:00
..
filtercube.vert Added shaders for PBR IBL pre-filtered environment map generation [skip ci] 2017-04-18 21:59:32 +02:00
filtercube.vert.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
genbrdflut.frag Added shaders for PBR IBL BRDF LUT generation 2017-04-18 21:26:32 +02:00
genbrdflut.frag.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
genbrdflut.vert Added shaders for PBR IBL BRDF LUT generation 2017-04-18 21:26:32 +02:00
genbrdflut.vert.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
irradiancecube.frag Added shaders for PBR IBL irradiance cube map generation 2017-04-19 20:29:39 +02:00
irradiancecube.frag.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
pbribl.frag Finished PBR IBL example 2017-04-22 12:05:30 +02:00
pbribl.frag.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
pbribl.vert Removed GL_ARB_separate_shader_objects and GL_ARB_shading_language_420pack extensions from all shaders 2018-11-19 22:05:47 +01:00
pbribl.vert.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
prefilterenvmap.frag Updated env map prefiltering shader (requires less samples) 2017-04-21 18:59:45 +02:00
prefilterenvmap.frag.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
skybox.frag Finished PBR IBL example 2017-04-22 12:05:30 +02:00
skybox.frag.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00
skybox.vert Removed GL_ARB_separate_shader_objects and GL_ARB_shading_language_420pack extensions from all shaders 2018-11-19 22:05:47 +01:00
skybox.vert.spv Recompile shaders with more modern glslang 2019-09-06 09:59:45 +01:00