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

Function DeleteVertexStreamDeclaration

engine/graphics/src/graphics.cpp:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636 }
637
638 void DeleteVertexStreamDeclaration(HVertexStreamDeclaration stream_declaration)
639 {
640 delete stream_declaration;
641 }
642
643 void DeleteVertexDeclaration(HVertexDeclaration vertex_declaration)
644 {

Callers 9

CreateVertexDeclarationsFunction · 0.85
InitializeDebugRendererFunction · 0.85
CreateVertexDeclarationFunction · 0.85
CompGuiNewWorldFunction · 0.85
CompModelNewWorldFunction · 0.85
TileGridWorldAllocateFunction · 0.85
BuildVertexDeclarationFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68