removing vim command in code

This commit is contained in:
kbz_8
2023-11-11 03:32:43 +01:00
committed by GitHub
parent d6795f97ef
commit d29cd56044

View File

@@ -23,7 +23,6 @@ namespace mlx
public: public:
enum class kind { dynamic, uniform, constant }; enum class kind { dynamic, uniform, constant };
:q
void create(kind type, VkDeviceSize size, VkBufferUsageFlags usage, const void* data = nullptr); void create(kind type, VkDeviceSize size, VkBufferUsageFlags usage, const void* data = nullptr);
void destroy() noexcept; void destroy() noexcept;