|
Blender V4.5
|
#include <algorithm>#include <cstring>#include <sstream>#include "GHOST_ContextVK.hh"#include "GHOST_XrException.hh"#include "GHOST_XrGraphicsBindingVulkan.hh"#include "GHOST_Xr_intern.hh"Go to the source code of this file.
Macros | |
| #define | LOAD_PFN(var, name) |
Functions | |
Destroying resources. | |
| static std::optional< int64_t > | choose_swapchain_format_from_candidates (const std::vector< int64_t > &gpu_binding_formats, const std::vector< int64_t > &runtime_formats) |
| #define LOAD_PFN | ( | var, | |
| name ) |
Referenced by GHOST_XrGraphicsBindingVulkan::checkVersionRequirements().
|
static |
Definition at line 349 of file GHOST_XrGraphicsBindingVulkan.cc.