Searched defs:VkDedicatedAllocationMemoryAllocateInfoNV (Results 1 - 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h3966 typedef struct VkDedicatedAllocationMemoryAllocateInfoNV { struct
3971 } VkDedicatedAllocationMemoryAllocateInfoNV; typedef in typeref:struct:VkDedicatedAllocationMemoryAllocateInfoNV
H A Dvulkan.hpp8683 DedicatedAllocationMemoryAllocateInfoNV( VkDedicatedAllocationMemoryAllocateInfoNV const & rhs )
8688 DedicatedAllocationMemoryAllocateInfoNV& operator=( VkDedicatedAllocationMemoryAllocateInfoNV const & rhs )
8718 operator const VkDedicatedAllocationMemoryAllocateInfoNV&() const
8720 return *reinterpret_cast<const VkDedicatedAllocationMemoryAllocateInfoNV*>(this);
8744 static_assert( sizeof( DedicatedAllocationMemoryAllocateInfoNV ) == sizeof( VkDedicatedAllocationMemoryAllocateInfoNV ), "struct and wrapper have different size!" );

Completed in 507 milliseconds