mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
feat(gx): handle changes to texture wrap settings
This commit is contained in:
parent
2282b8a54a
commit
45c1978a85
3 changed files with 16 additions and 5 deletions
|
|
@ -283,8 +283,8 @@ enum EGxTexTarget {
|
|||
};
|
||||
|
||||
enum EGxTexWrapMode {
|
||||
GxTex_WrapMode0 = 0,
|
||||
GxTex_WrapMode1 = 1
|
||||
GxTex_Clamp = 0,
|
||||
GxTex_Wrap = 1
|
||||
};
|
||||
|
||||
enum EGxXform {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue