1#pragma once
2
3#include <nn/nn_BitTypes.h>
4
5namespace nn::gfx {
6
7struct QueueInfoData {
8 Bit16 capability;
9 char reserved[30];
10};
11
12} // namespace nn::gfx