Vulkan: Clearing Storage Buffers #105487

Merged
Jeroen Bakker merged 94 commits from Jeroen-Bakker/blender:vulkan-storage-buffer-clear into main 2023-03-17 13:48:50 +01:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit c088dcbaab - Show all commits

View File

@ -6,7 +6,6 @@
*/
#include "vk_buffer.hh"
#include "vk_context.hh"
Jeroen-Bakker marked this conversation as resolved Outdated

This include isn't needed

This include isn't needed
namespace blender::gpu {

View File

@ -10,11 +10,11 @@
#include "gpu_context_private.hh"
#include "vk_common.hh"
#include "vk_context.hh"
#include "vk_mem_alloc.h"
namespace blender::gpu {
class VKContext;
/**
* Class for handing vulkan buffers (allocation/updating/binding).