mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-14 00:58:00 +00:00
ref: update ref_gl and ref_soft interface according to previous commit
This commit is contained in:
parent
efc156fcf5
commit
42db1faa51
@ -389,6 +389,7 @@ ref_interface_t gReffuncs =
|
||||
R_DrawTileClear,
|
||||
CL_FillRGBA,
|
||||
CL_FillRGBABlend,
|
||||
R_WorldToScreen,
|
||||
|
||||
VID_ScreenShot,
|
||||
VID_CubemapShot,
|
||||
@ -475,7 +476,6 @@ ref_interface_t gReffuncs =
|
||||
TriTexCoord2f,
|
||||
TriVertex3fv,
|
||||
TriVertex3f,
|
||||
TriWorldToScreen,
|
||||
TriFog,
|
||||
R_ScreenToWorld,
|
||||
TriGetMatrix,
|
||||
|
@ -470,6 +470,7 @@ ref_interface_t gReffuncs =
|
||||
R_DrawTileClear,
|
||||
CL_FillRGBA,
|
||||
CL_FillRGBABlend,
|
||||
R_WorldToScreen,
|
||||
|
||||
VID_ScreenShot,
|
||||
VID_CubemapShot,
|
||||
@ -556,7 +557,6 @@ ref_interface_t gReffuncs =
|
||||
TriTexCoord2f,
|
||||
TriVertex3fv,
|
||||
TriVertex3f,
|
||||
TriWorldToScreen,
|
||||
TriFog,
|
||||
R_ScreenToWorld,
|
||||
TriGetMatrix,
|
||||
|
Loading…
Reference in New Issue
Block a user