vkCmdBindTileMemoryQCOM(3)
C Specification
To bind a range of tile memory to the command buffer, call:
// Provided by VK_QCOM_tile_memory_heap
void vkCmdBindTileMemoryQCOM(
VkCommandBuffer commandBuffer,
const VkTileMemoryBindInfoQCOM* pTileMemoryBindInfo);
Parameters
-
commandBuffer
is the command buffer that the tile memory will be bound to. -
pTileMemoryBindInfo
is VK_NULL_HANDLE or a pointer to a VkTileMemoryBindInfoQCOM structure defining how tile memory is bound.
Description
Calling vkCmdBindTileMemoryQCOM when pTileMemoryBindInfo
is
VK_NULL_HANDLE is equivalent to binding no tile memory to the command
buffer.
Document Notes
For more information, see the Vulkan Specification.
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.