Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ support_present
Method
support_present
framework/core/queue.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
VkBool32 Queue::support_present() const
72
{
73
return can_present;
74
}
75
76
VkResult Queue::submit(const std::vector<VkSubmitInfo> &submit_infos, VkFence fence) const
77
{
Callers
1
device.h
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected