|
enum | SurfaceFlags {
Backbuffer = 0x00000001,
TrippleBuffer = 0x00000002,
Hardware = 0x00000004,
Lockable = 0x00000008,
VideoMemory = 0x00000010,
ZBuffer = 0x00000020,
StencilBuffer = 0x00000040,
SoftwareVertexProcessing = 0x00000080,
Multithreaded = 0x00000100,
FPUPreserve = 0x00000200,
Texture = 0x00000400,
DefaultFlags = Hardware|Lockable|VideoMemory
} |
|
Aufzählungswerte |
---|
Backbuffer |
|
TrippleBuffer |
|
Hardware |
|
Lockable |
|
VideoMemory |
|
ZBuffer |
|
StencilBuffer |
|
SoftwareVertexProcessing |
|
Multithreaded |
|
FPUPreserve |
|
Texture |
|
DefaultFlags |
|
ppl6::grafix::CSurface::CSurface |
( |
| ) |
|
ppl6::grafix::CSurface::CSurface |
( |
const CSurface & |
other | ) |
|
ppl6::grafix::CSurface::~CSurface |
( |
| ) |
|
void ppl6::grafix::CSurface::clear |
( |
| ) |
|
int ppl6::grafix::CSurface::copy |
( |
const CSurface & |
other | ) |
|
int ppl6::grafix::CSurface::create |
( |
| ) |
|
void * ppl6::grafix::CSurface::enginePrivate |
( |
| ) |
const |
GFXEngine * ppl6::grafix::CSurface::gfxEngine |
( |
| ) |
const |
int ppl6::grafix::CSurface::height |
( |
| ) |
const |
int ppl6::grafix::CSurface::lock |
( |
CDrawable & |
draw | ) |
|
RGBFormat ppl6::grafix::CSurface::rgbFormat |
( |
| ) |
const |
void ppl6::grafix::CSurface::setEnginePrivate |
( |
void * |
ptr | ) |
|
void ppl6::grafix::CSurface::setGfxEngine |
( |
GFXEngine * |
engine | ) |
|
void ppl6::grafix::CSurface::setHeight |
( |
int |
height | ) |
|
void ppl6::grafix::CSurface::setRGBFormat |
( |
const RGBFormat & |
format | ) |
|
void ppl6::grafix::CSurface::setSize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
void ppl6::grafix::CSurface::setSize |
( |
const Size & |
s | ) |
|
void ppl6::grafix::CSurface::setSurfaceFlags |
( |
SurfaceFlags |
f | ) |
|
void ppl6::grafix::CSurface::setWidth |
( |
int |
width | ) |
|
Size ppl6::grafix::CSurface::size |
( |
| ) |
const |
int ppl6::grafix::CSurface::unlock |
( |
| ) |
|
int ppl6::grafix::CSurface::width |
( |
| ) |
const |
void* ppl6::grafix::CSurface::engineprivate |
|
private |
ppluint32 ppl6::grafix::CSurface::lockcount |
|
private |
Size ppl6::grafix::CSurface::s |
|
private |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
- /jenkins/jobs/clang_ppl6/workspace/include/ppl6-grafix.h
- /jenkins/jobs/clang_ppl6/workspace/src/grafix6/CSurface.cpp