]> git.tdb.fi Git - libs/gl.git/commit
Assign bindings to all uniform blocks and sampler uniforms
authorMikko Rasa <tdb@tdb.fi>
Sat, 3 Apr 2021 16:40:34 +0000 (19:40 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 3 Apr 2021 18:30:10 +0000 (21:30 +0300)
commit8f2713a3f1501e90016bb8069ecd08dde2f90e56
tree32aa6409a7c7ecb90f6c8ad4f3937bd82241eef2
parentc6b29fbf9927467b21dca65539a1fa2c98f96e0e
Assign bindings to all uniform blocks and sampler uniforms
21 files changed:
source/glsl/compiler.cpp
source/glsl/features.cpp
source/glsl/features.h
source/glsl/finalize.cpp
source/glsl/finalize.h
tests/glsl/arithmetic_assignment.glsl
tests/glsl/chained_member_access.glsl
tests/glsl/conditional_multiple_emitvertex.glsl
tests/glsl/constant_last_argument.glsl
tests/glsl/constructors.glsl
tests/glsl/function_overloading.glsl
tests/glsl/geometry_interface_block.glsl
tests/glsl/geometry_passthrough.glsl
tests/glsl/ignore_array_in_geometry_passthrough.glsl
tests/glsl/keep_spec_constants_in_module.glsl
tests/glsl/multiple_emitvertex.glsl
tests/glsl/parentheses.glsl
tests/glsl/partially_unused_interface_block.glsl
tests/glsl/specialization_constants.glsl
tests/glsl/ternary_operator.glsl
tests/glsl/uniform_location_allocation.glsl