mirror of
https://github.com/ZDoom/ZDRay.git
synced 2024-11-10 14:51:40 +00:00
Fix buffer flush
This commit is contained in:
parent
e064c7a01a
commit
0a618298a2
1 changed files with 2 additions and 0 deletions
|
@ -195,6 +195,8 @@ void GPURaytracer::RenderAtlasImage(size_t pageIndex)
|
||||||
FinishCommands();
|
FinishCommands();
|
||||||
sceneLightPos = 0;
|
sceneLightPos = 0;
|
||||||
sceneVertexPos = 0;
|
sceneVertexPos = 0;
|
||||||
|
firstLight = 0;
|
||||||
|
firstVertex = 0;
|
||||||
BeginCommands();
|
BeginCommands();
|
||||||
beginPass();
|
beginPass();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue