Add multisampling to librw

# Conflicts:
#	src/core/config.h
#	vendor/librw
This commit is contained in:
Sergeanur
2020-11-28 15:13:06 +02:00
parent b8d3d8f5e4
commit 16abbad6b2
4 changed files with 10 additions and 2 deletions

View File

@@ -411,3 +411,5 @@ RwFrame *RwCameraGetFrame(const RwCamera *camera);
void RwD3D8EngineSetRefreshRate(RwUInt32 refreshRate);
RwBool RwD3D8DeviceSupportsDXTTexture(void);
void RwD3D8EngineSetMultiSamplingLevels(RwUInt32 level);
RwUInt32 RwD3D8EngineGetMaxMultiSamplingLevels(void);