CMSC23740 Common Code Library
Support code for CS23740 programming projects
Loading...
Searching...
No Matches
cs237::Application::Queues< T > Struct Template Reference

information about queue families More...

#include <application.hpp>

Public Attributes

graphics
 the queue family that supports graphics
 
present
 the queue family that supports presentation
 
compute
 the queue family that supports compute
 

Detailed Description

template<typename T>
struct cs237::Application::Queues< T >

information about queue families

Member Data Documentation

◆ compute

template<typename T >
T cs237::Application::Queues< T >::compute

the queue family that supports compute

◆ graphics

template<typename T >
T cs237::Application::Queues< T >::graphics

the queue family that supports graphics

◆ present

template<typename T >
T cs237::Application::Queues< T >::present

the queue family that supports presentation


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