From 82515f9d90ac149984013f0d64c1cab37b349b29 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:33:34 +1000 Subject: chore clang format + tidy --- src/render/backends/opengl/backend_opengl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/render/backends/opengl/backend_opengl.h') diff --git a/src/render/backends/opengl/backend_opengl.h b/src/render/backends/opengl/backend_opengl.h index 8b88cf8..73a19ed 100644 --- a/src/render/backends/opengl/backend_opengl.h +++ b/src/render/backends/opengl/backend_opengl.h @@ -21,7 +21,7 @@ typedef struct gpu_pipeline_layout { } gpu_pipeline_layout; typedef struct gpu_pipeline { u32 shader_id; - gpu_renderpass* renderpass; + gpu_renderpass *renderpass; vertex_description vertex_desc; buffer_handle uniform_bindings[MAX_PIPELINE_UNIFORM_BUFFERS]; u32 uniform_count; @@ -47,13 +47,13 @@ typedef struct gpu_buffer { union { u32 vao; u32 ubo_binding_point - }; // Optional - char* name; + }; // Optional + char *name; u64 size; } gpu_buffer; typedef struct gpu_texture { u32 id; - void* pad; + void *pad; } gpu_texture; typedef struct opengl_support { -- cgit v1.2.3-70-g09d2