Home
last modified time | relevance | path

Searched refs:CORE_VERTEX_INPUT_RATE_INSTANCE (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Dvertex_input_declaration_loader.cpp36 { CORE_VERTEX_INPUT_RATE_INSTANCE, "instance" },
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/
H A Dpipeline_state_desc.h414 CORE_VERTEX_INPUT_RATE_INSTANCE = 1, enumerator
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2428 bindingRef.vertexInputRate = CORE_VERTEX_INPUT_RATE_INSTANCE (1) attribute index advances per instance in BindVertexInputs()
2438 static_assert(CORE_VERTEX_INPUT_RATE_VERTEX == 0 && CORE_VERTEX_INPUT_RATE_INSTANCE == 1); in BindVertexInputs()

Completed in 9 milliseconds