Open 3D Engine Atom Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::Vulkan::CreateInfoContainer< T > Struct Template Reference

#include <Device.h>

Public Attributes

m_vkCreateInfo = {}
 Vulkan create info structure.
 
AZStd::vector< uint32_t > m_queueFamilyIndices
 Vector of queue families that the create info structure points to.
 

Detailed Description

template<class T>
struct AZ::Vulkan::CreateInfoContainer< T >

Helper class to contain a vulkan create info structure Since the create info points into memory arrays, we need to keep the arrays alive when returning the create info from a function.


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