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

Function rend_SetWrapType

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

Sets the texture wrapping type

Source from the content-addressed store, hash-verified

185
186// Sets the texture wrapping type
187void rend_SetWrapType(wrap_type val) { gpu_state.cur_wrap_type = val; }
188
189void rend_SetZBias(float z_bias) {
190 if (Z_bias != z_bias) {

Callers 15

RenderPolygonModelFunction · 0.50
ui_DrawBitmapFunction · 0.50
DebugGraph_RenderFunction · 0.50
RenderHUDQuadFunction · 0.50
TelComShowFunction · 0.50
TelcomRenderDrawHiLitesFunction · 0.50
TelcomRenderScanlineFunction · 0.50
TelcomDisplayStaticFunction · 0.50
TelcomDoPowerEffectFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected