Searched refs:CORE_VERTEX_INPUT_RATE_VERTEX (Results 1 – 5 of 5) sorted by relevance
81 bindingDesc.vertexInputRate = VertexInputRate::CORE_VERTEX_INPUT_RATE_VERTEX; in ShaderModuleVk()
35 { CORE_VERTEX_INPUT_RATE_VERTEX, "vertex" },
412 CORE_VERTEX_INPUT_RATE_VERTEX = 0, enumerator1252 VertexInputRate vertexInputRate { VertexInputRate::CORE_VERTEX_INPUT_RATE_VERTEX };
171 bindingDesc.vertexInputRate = VertexInputRate::CORE_VERTEX_INPUT_RATE_VERTEX; in ProcessShaderModule()
2439 … static_assert(CORE_VERTEX_INPUT_RATE_VERTEX == 0 && CORE_VERTEX_INPUT_RATE_INSTANCE == 1); in BindVertexInputs()