Panda3D
Macros
dxTextureContext9.cxx File Reference

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

#include "config_dxgsg9.h"
#include "dxGraphicsStateGuardian9.h"
#include "pStatTimer.h"
#include "dxTextureContext9.h"
#include "bamCache.h"
#include "graphicsEngine.h"
#include <d3dx9tex.h>
#include <assert.h>
#include <time.h>

Go to the source code of this file.

Macros

#define CHECK_FOR_FMT(FMT)
 
#define DEBUG_SURFACES   false
 
#define DEBUG_TEXTURES   true
 
#define TRILINEAR_MIPMAP_TEXFILTERCAPS   (D3DPTFILTERCAPS_MIPFLINEAR | D3DPTFILTERCAPS_MINFLINEAR)
 

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
georges
Date
2002-02-02

Definition in file dxTextureContext9.cxx.

Macro Definition Documentation

◆ CHECK_FOR_FMT

#define CHECK_FOR_FMT (   FMT)
Value:
if (scrn._supported_tex_formats_mask & FMT##_FLAG) { \
target_pixel_format = D3DFMT_##FMT; \
goto found_matching_format; }