Blender
V4.3
source
blender
gpu
vulkan
vk_fence.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2022 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
9
#pragma once
10
11
#include "
gpu_state_private.hh
"
12
13
#include "
vk_common.hh
"
14
15
namespace
blender::gpu
{
16
17
class
VKFence
:
public
Fence
{
18
private
:
19
VkFence vk_fence_ = VK_NULL_HANDLE;
20
bool
signalled_ =
false
;
21
22
protected
:
23
virtual
~VKFence
();
24
25
public
:
26
void
signal
()
override
;
27
void
wait
()
override
;
28
};
29
30
}
// namespace blender::gpu
blender::gpu::Fence
Definition
gpu_state_private.hh:167
blender::gpu::VKFence
Definition
vk_fence.hh:17
blender::gpu::VKFence::signal
void signal() override
Definition
vk_fence.cc:27
blender::gpu::VKFence::wait
void wait() override
Definition
vk_fence.cc:44
blender::gpu::VKFence::~VKFence
virtual ~VKFence()
Definition
vk_fence.cc:17
gpu_state_private.hh
blender::gpu
Definition
blf_internal_types.hh:23
vk_common.hh
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0