MCPcopy Create free account
hub / github.com/SFML/SFML / isAvailable

Function isAvailable

src/SFML/Window/Vulkan.cpp:59–70  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

57{
58////////////////////////////////////////////////////////////
59bool isAvailable([[maybe_unused]] bool requireGraphics)
60{
61#if defined(SFML_VULKAN_IMPLEMENTATION_NOT_AVAILABLE)
62
63 return false;
64
65#else
66
67 return priv::VulkanImpl::isAvailable(requireGraphics);
68
69#endif
70}
71
72
73////////////////////////////////////////////////////////////

Callers 15

SensorManagerMethod · 0.70
Shader.test.cppFile · 0.50
getFunctionMethod · 0.50
createVulkanSurfaceMethod · 0.50
getFunctionMethod · 0.50
createVulkanSurfaceMethod · 0.50
createMethod · 0.50
bindMethod · 0.50
drawMethod · 0.50
resetGLStatesMethod · 0.50
setActiveMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected