Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
GraphicsDevice Class Reference

An abstract device object that is part of Graphics Pipe. More...

Inheritance diagram for GraphicsDevice:
TypedReferenceCount TypedObject ReferenceCount

List of all members.

Public Member Functions

GraphicsPipe getPipe ()
 Returns the GraphicsPipe that this device is associated with.

Static Public Member Functions

static TypeHandle getClassType ()

Detailed Description

An abstract device object that is part of Graphics Pipe.

This device is set to NULL for OpenGL. But DirectX uses it to take control of multiple windows under single device or multiple devices (i.e. more than one adapters in the machine).


Member Function Documentation

static TypeHandle getClassType ( ) [static]

Reimplemented from TypedReferenceCount.

Returns the GraphicsPipe that this device is associated with.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties