Searched refs:colorStates (Results 1 – 1 of 1) sorted by relevance
126 std::array<::dawn::ColorStateDescriptor*, kMaxColorAttachments> colorStates; member1114 colorStates[i] = &colorStatesDescriptor[i]; in CreateRenderPipelineDescriptor()1115 colorStates[i]->format = fb_format; in CreateRenderPipelineDescriptor()1117 renderPipelineDescriptor.colorStates = colorStates[0]; in CreateRenderPipelineDescriptor()