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