codes layout.

This commit is contained in:
2020-11-30 18:05:23 +08:00
parent e398a85e65
commit ce727cbb1a
5 changed files with 13 additions and 11 deletions

View File

@@ -83,7 +83,7 @@ public:
const int GetBufferCount()const{return buffer_list.GetCount();}
IndexBuffer * GetIndexBuffer() {return indices_buffer;}
const VkDeviceSize GetIndexBufferOffset()const {return indices_offset;}
const VkDeviceSize GetIndexBufferOffset()const {return indices_offset;}
};//class Renderable
VK_NAMESPACE_END
#endif//HGL_GRAPH_VULKAN_RENDERABLE_INCLUDE