r5sdk/r5dev/geforce/reflex.h
Kawe Mazidjatari 804f96625b Move NVIDIA Reflex implementation to library function
Improve code, there will be more NVIDIA GeForce related stuff soon.
2023-09-12 00:08:46 +02:00

8 lines
212 B
C

#ifndef GFSDK_REFLEX_H
#define GFSDK_REFLEX_H
void GFX_RunLowLatencySDK(IUnknown* device, const bool useLowLatencyMode,
const bool useLowLatencyBoost, const float maxFramesPerSecond);
#endif // GFSDK_REFLEX_H