|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| void | init (s32) |
| s32 | registerDrawBuffer (LiveActor *) |
| void | active (LiveActor *, s32) |
| void | findLightInfo (LiveActor *, s32) |
| void | entry () |
| void | setDrawCameraType (s32) |
| void | setLightType (s32) |
| s32 | findExecuterIndex (const char *) const |
Public Attributes | |
| MR::Vector< MR::AssignableArray< DrawBufferExecuter * > > | _0 |
| MR::Vector< MR::AssignableArray< DrawBufferExecuter * > > | _C |
| s32 | mCount |
| s32 | _1C |
| s32 | _20 |
Definition at line 8 of file DrawBufferGroup.hpp.
| DrawBufferGroup::DrawBufferGroup | ( | ) |
Definition at line 5 of file DrawBufferGroup.cpp.
| void DrawBufferGroup::init | ( | s32 | count | ) |
Definition at line 11 of file DrawBufferGroup.cpp.
| s32 DrawBufferGroup::registerDrawBuffer | ( | LiveActor * | pActor | ) |
Definition at line 18 of file DrawBufferGroup.cpp.
| void DrawBufferGroup::active | ( | LiveActor * | pActor, |
| s32 | a2 ) |
Definition at line 39 of file DrawBufferGroup.cpp.
| void DrawBufferGroup::findLightInfo | ( | LiveActor * | pActor, |
| s32 | a2 ) |
Definition at line 51 of file DrawBufferGroup.cpp.
| void DrawBufferGroup::setDrawCameraType | ( | s32 | type | ) |
Definition at line 76 of file DrawBufferGroup.cpp.
| void DrawBufferGroup::setLightType | ( | s32 | type | ) |
Definition at line 80 of file DrawBufferGroup.cpp.
| s32 DrawBufferGroup::findExecuterIndex | ( | const char * | pName | ) | const |
Definition at line 85 of file DrawBufferGroup.cpp.
| MR::Vector<MR::AssignableArray<DrawBufferExecuter *> > DrawBufferGroup::_0 |
Definition at line 24 of file DrawBufferGroup.hpp.
| MR::Vector<MR::AssignableArray<DrawBufferExecuter *> > DrawBufferGroup::_C |
Definition at line 25 of file DrawBufferGroup.hpp.
| s32 DrawBufferGroup::mCount |
Definition at line 26 of file DrawBufferGroup.hpp.
| s32 DrawBufferGroup::_1C |
Definition at line 27 of file DrawBufferGroup.hpp.
| s32 DrawBufferGroup::_20 |
Definition at line 28 of file DrawBufferGroup.hpp.