MCPcopy Create free account
hub / github.com/defold/defold / DeleteNamedConstantBuffer

Function DeleteNamedConstantBuffer

engine/render/src/render/constant.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void DeleteNamedConstantBuffer(HNamedConstantBuffer buffer)
139{
140 delete buffer;
141}
142
143void ClearNamedConstantBuffer(HNamedConstantBuffer buffer)
144{

Callers 6

TESTFunction · 0.85
TEST_FFunction · 0.85
FinalizeTextContextFunction · 0.85
DestroyRenderConstantsFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TEST_FFunction · 0.68