FTEQW
Documentation of the FTE engine source tree.
d3d_image.c File Reference

Functions

 DECLARE_HANDLE (HMONITOR)
 
void D3D9_DestroyTexture (texid_t tex)
 
qboolean D3D9_LoadTextureMips (image_t *tex, const struct pendingtextureinfo *mips)
 
void D3D9_UploadLightmap (lightmapinfo_t *lm)
 

Variables

LPDIRECT3DDEVICE9 pD3DDev9
 

Function Documentation

◆ D3D9_DestroyTexture()

void D3D9_DestroyTexture ( texid_t  tex)

◆ D3D9_LoadTextureMips()

qboolean D3D9_LoadTextureMips ( image_t tex,
const struct pendingtextureinfo mips 
)

◆ D3D9_UploadLightmap()

void D3D9_UploadLightmap ( lightmapinfo_t lm)

◆ DECLARE_HANDLE()

DECLARE_HANDLE ( HMONITOR  )

Variable Documentation

◆ pD3DDev9

LPDIRECT3DDEVICE9 pD3DDev9
extern