#include <Platform.h>
Public Member Functions | |
const SetupGraphicsDeviceSet * | PickSetupDevice (const char *typeArg) const |
SetupGraphicsDeviceSet (const char *typeArg, RenderDeviceCreateFunc createFunc) | |
SetupGraphicsDeviceSet (const char *typeArg, RenderDeviceCreateFunc createFunc, const SetupGraphicsDeviceSet &next) | |
Public Attributes | |
RenderDeviceCreateFunc | pCreateDevice |
const char * | pTypeArg |
Private Attributes | |
const SetupGraphicsDeviceSet * | pNext |
Definition at line 81 of file Platform.h.
OVR::Platform::SetupGraphicsDeviceSet::SetupGraphicsDeviceSet | ( | const char * | typeArg, |
RenderDeviceCreateFunc | createFunc | ||
) | [inline] |
Definition at line 83 of file Platform.h.
OVR::Platform::SetupGraphicsDeviceSet::SetupGraphicsDeviceSet | ( | const char * | typeArg, |
RenderDeviceCreateFunc | createFunc, | ||
const SetupGraphicsDeviceSet & | next | ||
) | [inline] |
Definition at line 85 of file Platform.h.
const SetupGraphicsDeviceSet * OVR::Platform::SetupGraphicsDeviceSet::PickSetupDevice | ( | const char * | typeArg | ) | const |
Definition at line 35 of file Platform.cpp.
Definition at line 93 of file Platform.h.
const SetupGraphicsDeviceSet* OVR::Platform::SetupGraphicsDeviceSet::pNext [private] |
Definition at line 96 of file Platform.h.
const char* OVR::Platform::SetupGraphicsDeviceSet::pTypeArg |
Definition at line 92 of file Platform.h.