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