Definition at line 6 of file m_3d_capture.hpp.
|
bool | create (EGG::Heap *heap, u16 width, u16 height, GXTexFmt texFmt, GXTexFilter texFilter, bool texIsHalfSize) |
|
void | remove () |
|
void | capture (u16 width, u16 height, bool texIsHalfSize) |
|
void | captureEx (u16 width, u16 height, GXTexFmt texFmt, GXTexFmt tex2Fmt, GXTexFilter texFilter, bool texIsHalfSize, u16 srcTexWidth, u16 srcTexHeight, bool srcTexHalfSize) |
|
◆ ~capture_c()
virtual m3d::capture_c::~capture_c |
( |
| ) |
|
|
inlinevirtual |
◆ create()
bool m3d::capture_c::create |
( |
EGG::Heap * | heap, |
|
|
u16 | width, |
|
|
u16 | height, |
|
|
GXTexFmt | texFmt, |
|
|
GXTexFilter | texFilter, |
|
|
bool | texIsHalfSize ) |
◆ remove()
void m3d::capture_c::remove |
( |
| ) |
|
◆ capture()
void m3d::capture_c::capture |
( |
u16 | width, |
|
|
u16 | height, |
|
|
bool | texIsHalfSize ) |
◆ captureEx()
void m3d::capture_c::captureEx |
( |
u16 | width, |
|
|
u16 | height, |
|
|
GXTexFmt | texFmt, |
|
|
GXTexFmt | tex2Fmt, |
|
|
GXTexFilter | texFilter, |
|
|
bool | texIsHalfSize, |
|
|
u16 | srcTexWidth, |
|
|
u16 | srcTexHeight, |
|
|
bool | srcTexHalfSize ) |
◆ mTexObj
◆ mTexBuffer
void* m3d::capture_c::mTexBuffer |
◆ mBufferSize
size_t m3d::capture_c::mBufferSize |
◆ mTexWidth
u16 m3d::capture_c::mTexWidth |
◆ mTexHeight
u16 m3d::capture_c::mTexHeight |
◆ mTexFmt
GXTexFmt m3d::capture_c::mTexFmt |
◆ mTexFilter
GXTexFilter m3d::capture_c::mTexFilter |
◆ mTexIsHalfSize
bool m3d::capture_c::mTexIsHalfSize |