Home
last modified time | relevance | path

Searched refs:vertexAttribBinds_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h283 uint32_t vertexAttribBinds_ = 0; variable
H A Drender_backend_gles.cpp789 vertexAttribBinds_ = 0; in ResetState()
1643 vertexAttribBinds_ = renderCmd.vertexBufferCount; in RenderCommandBindVertexBuffers()
2413 const uint32_t minBinding = Math::min(vertexAttribBinds_, decldata.attributeDescriptionCount); in BindVertexInputs()