From 38a66903e5d59cfb75515adf3951a4fffcbdf0bb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 30 Sep 2020 11:51:13 +1000 Subject: Cleanup: sort struct declarations --- source/blender/gpu/CMakeLists.txt | 6 +++--- source/blender/gpu/GPU_buffers.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 2dd61a3548b..482e4086452 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -91,9 +91,9 @@ set(SRC opengl/gl_backend.cc opengl/gl_batch.cc opengl/gl_context.cc - opengl/gl_drawlist.cc opengl/gl_debug.cc opengl/gl_debug_layer.cc + opengl/gl_drawlist.cc opengl/gl_framebuffer.cc opengl/gl_immediate.cc opengl/gl_index_buffer.cc @@ -148,12 +148,12 @@ set(SRC intern/gpu_material_library.h intern/gpu_matrix_private.h intern/gpu_node_graph.h - intern/gpu_private.h intern/gpu_platform_private.hh + intern/gpu_private.h intern/gpu_query.hh intern/gpu_select_private.h - intern/gpu_shader_private.hh intern/gpu_shader_interface.hh + intern/gpu_shader_private.hh intern/gpu_state_private.hh intern/gpu_texture_private.hh intern/gpu_uniform_buffer_private.hh diff --git a/source/blender/gpu/GPU_buffers.h b/source/blender/gpu/GPU_buffers.h index 25e9625a0b3..b770bde65fc 100644 --- a/source/blender/gpu/GPU_buffers.h +++ b/source/blender/gpu/GPU_buffers.h @@ -36,9 +36,9 @@ struct DMFlagMat; struct GSet; struct MLoop; struct MLoopCol; -struct MPropCol; struct MLoopTri; struct MPoly; +struct MPropCol; struct MVert; struct Mesh; struct PBVH; -- cgit v1.2.3