godot/modules/lightmapper_rd
Rémi Verschelde 18d6b75ba8
RendererRD: Remove binding specifier for push constants
This is unsupported and glslang made it raise an error in 11.7.0:
https://github.com/KhronosGroup/glslang/pull/2810

Co-authored-by: Clay John <claynjohn@gmail.com>
2022-02-11 18:42:32 +01:00
..
config.py New lightmapper 2020-05-10 15:59:09 -03:00
lightmapper_rd.cpp Use fill() to fill an entire image instead of setting pixels individually. 2022-01-08 17:43:15 +05:45
lightmapper_rd.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
lm_blendseams.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
lm_common_inc.glsl GPULightmapper: skip smoothen positions for flat triangles 2021-10-12 18:23:16 +02:00
lm_compute.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
lm_raster.glsl RendererRD: Remove binding specifier for push constants 2022-02-11 18:42:32 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
register_types.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
SCsub GPULightmapper's triangles and their bounding box will be in-sync 2021-09-11 14:02:37 +02:00