Panda3D
Macros | Functions | Variables
wdxGraphicsPipe9.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "wdxGraphicsPipe9.h"
#include "dxGraphicsDevice9.h"
#include "wdxGraphicsWindow9.h"
#include "wdxGraphicsBuffer9.h"
#include "config_dxgsg9.h"

Go to the source code of this file.

Macros

#define CASESTR(XX)   case XX: return #XX;
 
#define CRAPPY_DRIVER_IS_LYING_VIDMEMTHRESHOLD   1000000
 
#define FIRST_NON_STENCIL_ZFMT   3
 
#define INSERT_ELEM(XX)   g_D3DFORMATmap[XX##_FLAG] = D3DFMT_##XX;
 
#define LOWVIDMEMTHRESHOLD   5700000
 
#define NUM_TEST_ZFMTS   6
 
#define REQD_TEXMEM   1800000
 
#define TOTAL_D3D_FORMATS   5
 
#define UNKNOWN_VIDMEM_SIZE   0xFFFFFFFF
 

Functions

const char * D3DFormatStr (D3DFORMAT fmt)
 
void Init_D3DFORMAT_map ()
 
 PT (GraphicsPipe) wdxGraphicsPipe9
 This function is passed to the GraphicsPipeSelection object to allow the user to make a default wdxGraphicsPipe9. More...
 
 PT (GraphicsOutput) wdxGraphicsPipe9
 Creates a new window on the pipe, if possible. More...
 
 PT (GraphicsDevice) wdxGraphicsPipe9
 Creates a new reference to a particular hardware device and associates it with the pipe. More...
 

Variables

pmap< D3DFORMAT_FLAG, D3DFORMAT > g_D3DFORMATmap
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2002-12-20

Definition in file wdxGraphicsPipe9.cxx.

Function Documentation

◆ PT() [1/3]

PT ( GraphicsPipe  )

This function is passed to the GraphicsPipeSelection object to allow the user to make a default wdxGraphicsPipe9.

Definition at line 74 of file wdxGraphicsPipe9.cxx.

Referenced by PT().

◆ PT() [2/3]

PT ( GraphicsOutput  )

Creates a new window on the pipe, if possible.

Definition at line 82 of file wdxGraphicsPipe9.cxx.

◆ PT() [3/3]

PT ( GraphicsDevice  )

Creates a new reference to a particular hardware device and associates it with the pipe.

Definition at line 822 of file wdxGraphicsPipe9.cxx.

References PT().