1 | #pragma once |
---|---|
2 | |
3 | #include <nn/nn_BitTypes.h> |
4 | |
5 | namespace nn::gfx { |
6 | struct DeviceInfoData { |
7 | Bit8 debugMode; |
8 | char reserved2[3]; |
9 | uint16_t apiMajorVersion; |
10 | uint16_t apiMinorVersion; |
11 | char reserved[56]; |
12 | }; |
13 | } // namespace nn::gfx |
1 | #pragma once |
---|---|
2 | |
3 | #include <nn/nn_BitTypes.h> |
4 | |
5 | namespace nn::gfx { |
6 | struct DeviceInfoData { |
7 | Bit8 debugMode; |
8 | char reserved2[3]; |
9 | uint16_t apiMajorVersion; |
10 | uint16_t apiMinorVersion; |
11 | char reserved[56]; |
12 | }; |
13 | } // namespace nn::gfx |