removing vim command in code

This commit is contained in:
2023-11-11 03:32:43 +01:00
committed by GitHub
parent b75f543977
commit 942deade55

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;