MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / unregisterInstanceDataBuffer

Method unregisterInstanceDataBuffer

src/render/RenderSystem.cpp:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void RenderSystem::unregisterInstanceDataBuffer(uint32_t idx)
138{
139 // Mark spot as free
140 m_FreeInstanceDataBuffers.push_back(idx);
141}
142
143void screenSpaceQuad(float _textureWidth, float _textureHeight, float _width = 1.0f, float _height = 1.0f)
144{

Callers 1

drawWorldFunction · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected