mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-08 21:25:14 +01:00
9 lines
165 B
C
9 lines
165 B
C
typedef struct NvGpu NvGpu;
|
|
|
|
typedef struct {
|
|
NvGpu* parent;
|
|
} Nv3dContext;
|
|
|
|
Result nv3dCreate(Nv3dContext* t, NvGpu* parent);
|
|
void nv3dClose(Nv3dContext* t);
|