unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/protos/vkGetRenderAreaGranularity.txt

10 lines
382 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkGetRenderAreaGranularity,vkGetRenderAreaGranularity]]
[source,c++]
----
void vkGetRenderAreaGranularity(
VkDevice device,
VkRenderPass renderPass,
VkExtent2D* pGranularity);
----