MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / rend_FreePreUploadedTexture

Function rend_FreePreUploadedTexture

renderer/HardwareBaseGPU.cpp:420–420  ·  view source on GitHub ↗

Frees an uploaded texture from the video card

Source from the content-addressed store, hash-verified

418
419// Frees an uploaded texture from the video card
420void rend_FreePreUploadedTexture(int handle, int map_type) {}
421
422// Returns 1 if there is mid video memory, 2 if there is low vid memory, or 0 if there is large vid memory
423int rend_LowVidMem(void) { return 0; }

Callers 1

FreeLightmapInfoFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected