mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-26 01:31:49 +01:00
7 lines
248 B
C
7 lines
248 B
C
|
#pragma once
|
||
|
|
||
|
RwInt8 RpAnisotGetMaxSupportedMaxAnisotropy(void);
|
||
|
RwTexture *RpAnisotTextureSetMaxAnisotropy(RwTexture *tex, RwInt8 val);
|
||
|
RwInt8 RpAnisotTextureGetMaxAnisotropy(RwTexture *tex);
|
||
|
RwBool RpAnisotPluginAttach(void);
|