Maksasj / bebone

☠️ game development framework/engine aimed for flexible and highly customizable game development
MIT License
7 stars 0 forks source link

Naming convention for Vulkan #98

Closed Maksasj closed 1 week ago

Maksasj commented 1 week ago

Closing #97

Soskar1 commented 1 week ago

bufferInfo -> buffer_info

Soskar1 commented 1 week ago

const std::vector<std::shared_ptr> & descriptors -> const std::vector<std::shared_ptr>& descriptors

Soskar1 commented 1 week ago

VulkanDevice &device -> VulkanDevice& device

Soskar1 commented 1 week ago

const std::vector<std::shared_ptr> & descriptors -> const std::vector<std::shared_ptr>& descriptors

Soskar1 commented 1 week ago

VulkanDevice &device -> VulkanDevice& device