mirror of
https://github.com/zeldaret/ss
synced 2026-08-22 06:44:26 -04:00
d_particle OK
This commit is contained in:
@@ -90,6 +90,13 @@ public:
|
||||
mWrapT = wrap;
|
||||
}
|
||||
|
||||
GXTexWrapMode getWrapS() const {
|
||||
return (GXTexWrapMode)mWrapS;
|
||||
}
|
||||
GXTexWrapMode getWrapT() const {
|
||||
return (GXTexWrapMode)mWrapT;
|
||||
}
|
||||
|
||||
void setWrap(GXTexWrapMode wrapS, GXTexWrapMode wrapT) {
|
||||
mWrapS = wrapS;
|
||||
mWrapT = wrapT;
|
||||
@@ -107,6 +114,13 @@ public:
|
||||
mMagFilt = filt;
|
||||
}
|
||||
|
||||
GXTexFilter getMinFilt() const {
|
||||
return (GXTexFilter)mMinFilt;
|
||||
}
|
||||
GXTexFilter getMagFilt() const {
|
||||
return (GXTexFilter)mMagFilt;
|
||||
}
|
||||
|
||||
ResTIMG *getHeader() const {
|
||||
return (ResTIMG *)((u8 *)dataPtr - sizeof(ResTIMG));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user