Skip to content

Commit 884503b

Browse files
committed
Add back calls
1 parent 38fcaa9 commit 884503b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/raygpu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,10 @@ RGAPI void drawCurrentBatch(){
397397
#endif
398398

399399
renderBatchVAO->buffers[0].buffer = vbo;
400+
SetStorageBuffer(3, g_renderstate.identityMatrix);
400401
Shader activeShader = GetActiveShader();
401402
ShaderImpl* activeShaderImpl = GetShaderImpl(activeShader);
403+
UpdateBindGroup(&activeShaderImpl->bindGroup);
402404
switch(current_drawmode){
403405
case RL_LINES:{
404406

0 commit comments

Comments
 (0)