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

Function NullEnableVertexDeclaration

engine/graphics/src/null/graphics_null.cpp:721–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719 }
720
721 static void NullEnableVertexDeclaration(HContext context, HVertexDeclaration vertex_declaration, uint32_t binding_index, uint32_t base_offset, HProgram program)
722 {
723 EnableVertexDeclaration(context, vertex_declaration, binding_index);
724 }
725
726 static void NullDisableVertexDeclaration(HContext _context, HVertexDeclaration vertex_declaration)
727 {

Callers

nothing calls this directly

Calls 1

EnableVertexDeclarationFunction · 0.70

Tested by

no test coverage detected