Vulkan: Add Support For Texture Buffers #108193

Merged
Jeroen Bakker merged 3 commits from Jeroen-Bakker/blender:vulkan-buffer-texture into main 2023-05-30 13:54:57 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit a45a95cd2a - Show all commits

View File

@ -14,8 +14,6 @@
namespace blender::gpu::tests {
static constexpr int Size = 256;
static void test_buffer_texture()
Jeroen-Bakker marked this conversation as resolved
Review

Remove unused const

Remove unused const
{
if (!GPU_compute_shader_support() && !GPU_shader_storage_buffer_objects_support()) {