|
Blender V4.3
|
#include <vk_render_graph_test_types.hh>
Public Member Functions | |
| VkHandle (uint64_t handle) | |
| operator VKObjectType () const | |
Public Attributes | |
| VKObjectType | vk_handle |
| uint64_t | handle |
Union to create a dummy vulkan handler.
Due to platform differences the actual VKObjectType type can be different (uint64_t or VkObjectType_T*).
Definition at line 459 of file vk_render_graph_test_types.hh.
|
inline |
Definition at line 463 of file vk_render_graph_test_types.hh.
|
inline |
Definition at line 465 of file vk_render_graph_test_types.hh.
References blender::gpu::render_graph::VkHandle< VKObjectType >::vk_handle.
| uint64_t blender::gpu::render_graph::VkHandle< VKObjectType >::handle |
Definition at line 461 of file vk_render_graph_test_types.hh.
| VKObjectType blender::gpu::render_graph::VkHandle< VKObjectType >::vk_handle |
Definition at line 460 of file vk_render_graph_test_types.hh.
Referenced by blender::gpu::render_graph::VkHandle< VKObjectType >::operator VKObjectType().