ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceHostImageCopyProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceHostImageCopyProperties:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint32_t copySrcLayoutCount
 
VkImageLayout * pCopySrcLayouts
 
uint32_t copyDstLayoutCount
 
VkImageLayout * pCopyDstLayouts
 
uint8_t optimalTilingLayoutUUID [VK_UUID_SIZE]
 
VkBool32 identicalMemoryTypeRequirements
 

Detailed Description

Definition at line 10837 of file vulkan.h.

Member Data Documentation

◆ copyDstLayoutCount

uint32_t VkPhysicalDeviceHostImageCopyProperties::copyDstLayoutCount

Definition at line 10843 of file vulkan.h.

◆ copySrcLayoutCount

uint32_t VkPhysicalDeviceHostImageCopyProperties::copySrcLayoutCount

Definition at line 10841 of file vulkan.h.

◆ identicalMemoryTypeRequirements

VkBool32 VkPhysicalDeviceHostImageCopyProperties::identicalMemoryTypeRequirements

Definition at line 10846 of file vulkan.h.

◆ optimalTilingLayoutUUID

uint8_t VkPhysicalDeviceHostImageCopyProperties::optimalTilingLayoutUUID[VK_UUID_SIZE]

Definition at line 10845 of file vulkan.h.

◆ pCopyDstLayouts

VkImageLayout* VkPhysicalDeviceHostImageCopyProperties::pCopyDstLayouts

Definition at line 10844 of file vulkan.h.

◆ pCopySrcLayouts

VkImageLayout* VkPhysicalDeviceHostImageCopyProperties::pCopySrcLayouts

Definition at line 10842 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceHostImageCopyProperties::pNext

Definition at line 10840 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceHostImageCopyProperties::sType

Definition at line 10839 of file vulkan.h.


The documentation for this struct was generated from the following file: