1#pragma once
2
3#include <nn/nn_BitTypes.h>
4
5namespace nn::gfx {
6
7struct CommandBufferInfoData {
8 Bit8 commandBufferType;
9 char reserved2;
10 Bit16 queueCapability;
11 char reserved[28];
12};
13
14} // namespace nn::gfx