Searched refs:attribute_description (Results 1 – 1 of 1) sorted by relevance
966 const auto &attribute_description = pPipeline->vertex_attribute_descriptions_[i]; in ValidatePipelineDrawtimeState() local967 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()