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

information about queue families More...

#include <cs237-application.hpp>

Public Attributes

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

Detailed Description

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

information about queue families

Member Data Documentation

◆ 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: