Home
last modified time | relevance | path

Searched refs:vidv_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dshader_module_vk.cpp84 vidv_.bindingDescriptions = vertexInputBindingDescriptions_; in ShaderModuleVk()
85 vidv_.attributeDescriptions = vertexInputAttributeDescriptions_; in ShaderModuleVk()
140 return vidv_; in GetVertexInputDeclaration()
H A Dshader_module_vk.h62 VertexInputDeclarationView vidv_; member in final
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp174 me.vidv_.bindingDescriptions = { me.vertexInputBindingDescriptions_.data(), in ProcessShaderModule()
176 me.vidv_.attributeDescriptions = { me.vertexInputAttributeDescriptions_.data(), in ProcessShaderModule()
262 return vidv_; in GetVertexInputDeclaration()
H A Dshader_module_gles.h81 VertexInputDeclarationView vidv_; member in final

Completed in 2 milliseconds