Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp966 const auto &attribute_description = pPipeline->vertex_attribute_descriptions_[i]; in ValidatePipelineDrawtimeState() local
967 const auto vertex_binding = attribute_description.binding; in ValidatePipelineDrawtimeState()
968 const auto attribute_offset = attribute_description.offset; in ValidatePipelineDrawtimeState()
969 const auto attribute_format = attribute_description.format; in ValidatePipelineDrawtimeState()