Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Core::ApplicationContext::QueueFamily Struct Reference

Queue family indices and queue handles selected for the Vulkan device. More...

Collaboration diagram for Engine::Core::ApplicationContext::QueueFamily:

Classes

struct  Family
 One Vulkan queue family selection and its queue handle. More...

Public Attributes

Family graphics
Family present
Family transfer

Detailed Description

Queue family indices and queue handles selected for the Vulkan device.

Definition at line 345 of file ApplicationContext.h.

Member Data Documentation

◆ graphics

Family Engine::Core::ApplicationContext::QueueFamily::graphics

Definition at line 363 of file ApplicationContext.h.

◆ present

Family Engine::Core::ApplicationContext::QueueFamily::present

Definition at line 364 of file ApplicationContext.h.

◆ transfer

Family Engine::Core::ApplicationContext::QueueFamily::transfer

Definition at line 365 of file ApplicationContext.h.


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