#include <clear.h>
Public Methods | |
CClearEnv () | |
~CClearEnv () | |
void | SetDimensions (int width, int height) |
void | SetFrameBufPsm (GS::tPSM psm) |
void | SetDepthBufPsm (GS::tPSM psm) |
void | SetFrameBufAddr (unsigned int gsWordAddr) |
void | SetDepthBufAddr (unsigned int gsWordAddr) |
void | SetClearColor (float r, float g, float b, float a) |
void | SetClearDepth (float depth) |
void | ClearBuffers (unsigned int bitMask) |
|
|
|
|
|
|
|
Definition at line 41 of file clear.h. Referenced by glClearColor().
|
|
Definition at line 48 of file clear.h. Referenced by glClearDepth().
|
|
Definition at line 37 of file clear.h. Referenced by CImmDrawContext::SetDrawBuffers().
|
|
Definition at line 47 of file clear.cpp. Referenced by CImmDrawContext::SetDrawBuffers().
|
|
Definition at line 34 of file clear.cpp. Referenced by CImmDrawContext::SetDrawBuffers().
|
|
Definition at line 34 of file clear.h. Referenced by CImmDrawContext::SetDrawBuffers(), and CImmDrawContext::SwapBuffers().
|
|
Definition at line 41 of file clear.cpp. Referenced by CImmDrawContext::SetDrawBuffers().
|