[Bf-blender-cvs] [e766dcc333e] temp-vulkan-descriptor-sets: Fix missing rename of attribute during rebase.

Jeroen Bakker noreply at git.blender.org
Mon Feb 6 13:31:28 CET 2023


Commit: e766dcc333e4dc15671a72eb0591ae720ce74cb2
Author: Jeroen Bakker
Date:   Fri Feb 3 15:42:40 2023 +0100
Branches: temp-vulkan-descriptor-sets
https://developer.blender.org/rBe766dcc333e4dc15671a72eb0591ae720ce74cb2

Fix missing rename of attribute during rebase.

===================================================================

M	source/blender/gpu/vulkan/vk_context.hh

===================================================================

diff --git a/source/blender/gpu/vulkan/vk_context.hh b/source/blender/gpu/vulkan/vk_context.hh
index 4265d9ab643..c9370d41d0a 100644
--- a/source/blender/gpu/vulkan/vk_context.hh
+++ b/source/blender/gpu/vulkan/vk_context.hh
@@ -62,7 +62,7 @@ class VKContext : public Context {
 
   const uint32_t *queue_family_ptr_get() const
   {
-    return &graphic_queue_familly_;
+    return &graphic_queue_family_;
   }
 
   VmaAllocator mem_allocator_get() const



More information about the Bf-blender-cvs mailing list