SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DrawBufferGroup Class Reference

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
 

Detailed Description

Definition at line 8 of file DrawBufferGroup.hpp.

Constructor & Destructor Documentation

◆ DrawBufferGroup()

DrawBufferGroup::DrawBufferGroup ( )

Definition at line 5 of file DrawBufferGroup.cpp.

Member Function Documentation

◆ init()

void DrawBufferGroup::init ( s32 count)

Definition at line 11 of file DrawBufferGroup.cpp.

◆ registerDrawBuffer()

s32 DrawBufferGroup::registerDrawBuffer ( LiveActor * pActor)

Definition at line 18 of file DrawBufferGroup.cpp.

◆ active()

void DrawBufferGroup::active ( LiveActor * pActor,
s32 a2 )

Definition at line 39 of file DrawBufferGroup.cpp.

◆ findLightInfo()

void DrawBufferGroup::findLightInfo ( LiveActor * pActor,
s32 a2 )

Definition at line 51 of file DrawBufferGroup.cpp.

◆ setDrawCameraType()

void DrawBufferGroup::setDrawCameraType ( s32 type)

Definition at line 76 of file DrawBufferGroup.cpp.

◆ setLightType()

void DrawBufferGroup::setLightType ( s32 type)

Definition at line 80 of file DrawBufferGroup.cpp.

◆ findExecuterIndex()

s32 DrawBufferGroup::findExecuterIndex ( const char * pName) const

Definition at line 85 of file DrawBufferGroup.cpp.

Member Data Documentation

◆ _0

Definition at line 24 of file DrawBufferGroup.hpp.

◆ _C

Definition at line 25 of file DrawBufferGroup.hpp.

◆ mCount

s32 DrawBufferGroup::mCount

Definition at line 26 of file DrawBufferGroup.hpp.

◆ _1C

s32 DrawBufferGroup::_1C

Definition at line 27 of file DrawBufferGroup.hpp.

◆ _20

s32 DrawBufferGroup::_20

Definition at line 28 of file DrawBufferGroup.hpp.