MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / framebuffer_create_info

Function framebuffer_create_info

framework/common/vk_initializers.h:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175{
176 VkFramebufferCreateInfo framebuffer_create_info{};
177 framebuffer_create_info.sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO;
178 return framebuffer_create_info;
179}
180
181inline VkSemaphoreCreateInfo semaphore_create_info()
182{
183 VkSemaphoreCreateInfo semaphore_create_info{};
184 semaphore_create_info.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO;
185 return semaphore_create_info;

Callers 3

prepare_offscreenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected