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

Function AddVertexStream

engine/graphics/src/graphics.cpp:616–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

614 }
615
616 void AddVertexStream(HVertexStreamDeclaration stream_declaration, const char* name, uint32_t size, Type type, bool normalize)
617 {
618 AddVertexStream(stream_declaration, dmHashString64(name), size, type, normalize);
619 }
620
621 void AddVertexStream(HVertexStreamDeclaration stream_declaration, dmhash_t name_hash, uint32_t size, Type type, bool normalize)
622 {

Callers 11

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

Calls 4

FullMethod · 0.45
OffsetCapacityMethod · 0.45
SizeMethod · 0.45
PushMethod · 0.45

Tested by 4

TEST_FFunction · 0.68
InitializeMethod · 0.68
InitializeMethod · 0.68
InitializeMethod · 0.68