1
0
mirror of https://github.com/td512/re3.git synced 2026-04-27 03:36:24 +00:00
Files
td512.re3/src/fakerw/rpanisot.h
2021-01-21 22:26:44 +01:00

7 lines
248 B
C

#pragma once
RwInt8 RpAnisotGetMaxSupportedMaxAnisotropy(void);
RwTexture *RpAnisotTextureSetMaxAnisotropy(RwTexture *tex, RwInt8 val);
RwInt8 RpAnisotTextureGetMaxAnisotropy(RwTexture *tex);
RwBool RpAnisotPluginAttach(void);