WIP: Vulkan: Workbench #107886

Closed
Jeroen Bakker wants to merge 88 commits from Jeroen-Bakker:vulkan-draw-manager-workbench into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 changed files with 0 additions and 5 deletions
Showing only changes of commit 8abf5be800 - Show all commits

View File

@ -26,9 +26,6 @@ class VKContext : public Context, NonCopyable {
void *ghost_context_;
/** Workarounds. */
static bool component_24_workaround;
public:
VKContext(void *ghost_window, void *ghost_context);
virtual ~VKContext();
@ -73,8 +70,6 @@ class VKContext : public Context, NonCopyable {
const VKStateManager &state_manager_get() const;
VKStateManager &state_manager_get();
static bool get_component_24_workaround();
};
} // namespace blender::gpu