|
Blender V5.0
|
#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 | |
| 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 347 of file GHOST_XrGraphicsBindingVulkan.cc.