Searched refs:attribute_description (Results 1 – 1 of 1) sorted by relevance
938 const auto &attribute_description = pPipeline->vertex_attribute_descriptions_[i]; in ValidatePipelineDrawtimeState() local939 const auto vertex_binding = attribute_description.binding; in ValidatePipelineDrawtimeState()940 const auto attribute_offset = attribute_description.offset; in ValidatePipelineDrawtimeState()941 const auto attribute_format = attribute_description.format; in ValidatePipelineDrawtimeState()