Blender Git Loki
Git Commits -> Revision 3a6e981
Revision 3a6e981 by Clément Foucault (master) August 21, 2020, 12:16 (GMT) |
Cleanup: GPU: Update classes comments This should avoid confusion about what is a class and what is an opaque pointer. |
Commit Details:
Full Hash: 3a6e981bcd579b3fda039ff33f95d4baacc96465
Parent Commit: 220fbdf
Lines Changed: +51, -4
12 Modified Paths:
/source/blender/gpu/GPU_uniform_buffer.h (+8, -1) (Diff)
/source/blender/gpu/intern/gpu_batch_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_drawlist_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_shader_interface.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_shader_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_state_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_uniform_buffer_private.hh (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_drawlist.hh (+6, -0) (Diff)
/source/blender/gpu/opengl/gl_shader.hh (+3, -3) (Diff)
/source/blender/gpu/opengl/gl_shader_interface.hh (+3, -0) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_uniform_buffer.hh (+3, -0) (Diff)
/source/blender/gpu/intern/gpu_batch_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_drawlist_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_shader_interface.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_shader_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_state_private.hh (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_uniform_buffer_private.hh (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_drawlist.hh (+6, -0) (Diff)
/source/blender/gpu/opengl/gl_shader.hh (+3, -3) (Diff)
/source/blender/gpu/opengl/gl_shader_interface.hh (+3, -0) (Diff)
/source/blender/gpu/opengl/gl_state.hh (+4, -0) (Diff)
/source/blender/gpu/opengl/gl_uniform_buffer.hh (+3, -0) (Diff)