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

Method get_render_area_granularity

framework/core/render_pass.cpp:552–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552VkExtent2D RenderPass::get_render_area_granularity() const
553{
554 VkExtent2D render_area_granularity = {};
555 vkGetRenderAreaGranularity(get_device().get_handle(), get_handle(), &render_area_granularity);
556
557 return render_area_granularity;
558}
559} // namespace vkb

Callers 1

Calls 1

get_handleMethod · 0.45

Tested by

no test coverage detected