MCPcopy Create free account
hub / github.com/JACoders/OpenJK / trap_R_SetColor

Function trap_R_SetColor

code/ui/ui_syscalls.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void trap_R_SetColor( const float *rgba )
51{
52// syscall( UI_R_SETCOLOR, rgba );
53// re.SetColor( rgba );
54 ui.R_SetColor(rgba);
55}
56
57void trap_R_DrawStretchPic( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader )
58{

Callers 3

_UI_DrawRectFunction · 0.70
UI_DrawCrosshairFunction · 0.70
UI_SetColorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected