mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
10 lines
197 B
C
10 lines
197 B
C
#pragma once
|
|
#include "types.h"
|
|
#include "ioctl.h"
|
|
|
|
Result nvGpuInit(void);
|
|
void nvGpuExit(void);
|
|
|
|
const nvioctl_gpu_characteristics* nvGpuGetCharacteristics(void);
|
|
u32 nvGpuGetZcullCtxSize(void);
|