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

Function rend_PreUploadTextureToCard

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

Preuploads a texture to the video card

Source from the content-addressed store, hash-verified

415
416// Preuploads a texture to the video card
417void rend_PreUploadTextureToCard(int handle, int map_type) {}
418
419// Frees an uploaded texture from the video card
420void rend_FreePreUploadedTexture(int handle, int map_type) {}

Callers 2

PageInLevelTextureFunction · 0.50
PageInAllDataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected