libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
fence.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include<libtransistor/types.h>
13 
18 typedef struct {
19  uint32_t is_valid;
20  gpu_fence_t sync[4];
21 } fence_t;
22 
23 #ifdef __cplusplus
24 }
25 #endif
Various system types.
Represents conditions for the completion of an asynchronous graphics operation.
Definition: fence.h:18
Definition: gpu.h:25