| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | namespace nn::gfx { |
| 4 | |
| 5 | struct FenceInfoData { |
| 6 | char reserved[16]; |
| 7 | }; |
| 8 | |
| 9 | struct SemaphoreInfoData { |
| 10 | char reserved[16]; |
| 11 | }; |
| 12 | |
| 13 | } // namespace nn::gfx |
| 1 | #pragma once |
|---|---|
| 2 | |
| 3 | namespace nn::gfx { |
| 4 | |
| 5 | struct FenceInfoData { |
| 6 | char reserved[16]; |
| 7 | }; |
| 8 | |
| 9 | struct SemaphoreInfoData { |
| 10 | char reserved[16]; |
| 11 | }; |
| 12 | |
| 13 | } // namespace nn::gfx |