Blender Git Commit Log

Git Commits -> Revision b60e613

July 9, 2021, 07:51 (GMT)
Rename to ShaderBlocks

Commit Details:

Full Hash: b60e61396b7b4bc54f4e628118586ab168775671
Parent Commit: 5437af2
Lines Changed: +440, -406

3 Added Paths:

/source/blender/gpu/GPU_shader_block_types.h (+46, -0) (View)
/source/blender/gpu/intern/gpu_shader_block.cc (+270, -0) (View)
/source/blender/gpu/intern/gpu_shader_block.hh (+100, -0) (View)

2 Deleted Paths:

/source/blender/gpu/GPU_uniform_buffer_types.h (+0, -46)
/source/blender/gpu/intern/gpu_uniform_buffer_structs.cc (+0, -272)

8 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+1, -1) (Diff)
/source/blender/gpu/GPU_shader.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_shader_private.hh (+5, -4) (Diff)
/source/blender/gpu/intern/gpu_uniform_buffer_private.hh (+1, -65) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+2, -3) (Diff)
/source/blender/gpu/opengl/gl_shader_interface.cc (+3, -3) (Diff)
/source/blender/gpu/opengl/gl_shader_interface.hh (+2, -2) (Diff)
/source/blender/gpu/tests/gpu_uniform_buffer_struct_test.cc (+9, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021