Function: getAttributeInfosFromLayouts()
getAttributeInfosFromLayouts(
shaderLayout,bufferLayout):Record<string,AttributeInfo>
Defined in: modules/core/src/adapter-utils/get-attribute-from-layouts.ts:54
Map from "attribute names" to "resolved attribute infos" containing information about both buffer layouts and shader attribute declarations
Parameters
shaderLayout
bufferLayout
Returns
Record<string, AttributeInfo>