Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CreateVertexDeclarations
Function · 0.85
InitializeDebugRenderer
Function · 0.85
CreateVertexDeclaration
Function · 0.85
CompGuiNewWorld
Function · 0.85
CompModelNewWorld
Function · 0.85
CreateCustomVertexDeclaration
Function · 0.85
TileGridWorldAllocate
Function · 0.85
BuildVertexDeclaration
Function · 0.85
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.68