From 43fc64211e3fe2f17a4b6e805406276408a07e87 Mon Sep 17 00:00:00 2001 From: hyzboy Date: Tue, 28 Jul 2020 16:32:19 +0800 Subject: [PATCH] codes layout --- example/Vulkan/RectanglePrimitive.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/example/Vulkan/RectanglePrimitive.cpp b/example/Vulkan/RectanglePrimitive.cpp index 999987e6..75a9aa2a 100644 --- a/example/Vulkan/RectanglePrimitive.cpp +++ b/example/Vulkan/RectanglePrimitive.cpp @@ -41,12 +41,12 @@ private: vulkan::Sampler * sampler =nullptr; vulkan::MaterialInstance * material_instance =nullptr; vulkan::Renderable * render_obj =nullptr; - vulkan::Buffer * ubo_world_matrix =nullptr; + vulkan::Buffer * ubo_world_matrix =nullptr; vulkan::Pipeline * pipeline =nullptr; - vulkan::VertexAttribBuffer * vertex_buffer =nullptr; - vulkan::VertexAttribBuffer * tex_coord_buffer =nullptr; + vulkan::VertexAttribBuffer *vertex_buffer =nullptr; + vulkan::VertexAttribBuffer *tex_coord_buffer =nullptr; private: