bind buf memory
[demo] / src / vulkan / vk.cc
index 4a23211..261ba74 100644 (file)
@@ -41,7 +41,6 @@ static VkSemaphore psema;
 
 
 /* static variables */
-static VkDeviceMemory gpu_mem; // to be replaced when I fix the allocator
 static Vec4 clear_color(1, 0.1, 0.1, 1.0);
 
 /* static functions */