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

Function rend_SetOverlayMap

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

Sets a bitmap as a overlay map to rendered on top of the next texture map a -1 value indicates no overlay map

Source from the content-addressed store, hash-verified

141// Sets a bitmap as a overlay map to rendered on top of the next texture map
142// a -1 value indicates no overlay map
143void rend_SetOverlayMap(int handle) { gpu_Overlay_map = handle; }
144
145void rend_SetOverlayType(uint8_t type) { gpu_Overlay_type = type; }
146

Callers 3

RenderSubmodelFaceFunction · 0.50
RenderFaceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected