Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ RewindBuffer
Function
RewindBuffer
engine/render/src/render/buffer.cpp:159–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void RewindBuffer(HRenderContext render_context, HBufferedRenderBuffer buffer)
160
{
161
if (!buffer)
162
return;
163
buffer->m_BufferIndex = 0;
164
}
165
}
Callers
6
TEST_F
Function · 0.85
NewBufferedRenderBuffer
Function · 0.85
CompSpriteUpdate
Function · 0.85
CompModelUpdate
Function · 0.85
CompTileGridLateUpdate
Function · 0.85
CompParticleFXUpdate
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68