![]() |
CMSC23740 Common Code Library
Support code for CS23740 programming projects
|
information about queue families More...
#include <application.hpp>
Public Attributes | |
T | graphics |
the queue family that supports graphics | |
T | present |
the queue family that supports presentation | |
T | compute |
the queue family that supports compute | |
information about queue families
T cs237::Application::Queues< T >::compute |
the queue family that supports compute
T cs237::Application::Queues< T >::graphics |
the queue family that supports graphics
T cs237::Application::Queues< T >::present |
the queue family that supports presentation