Searched refs:renderPassDescriptor2 (Results 1 – 1 of 1) sorted by relevance
139 utils::ComboRenderPassDescriptor renderPassDescriptor2( in DoTest() local141 renderPassDescriptor2.cColorAttachmentsInfoPtr[0]->clearColor = {0.0, 0.0, 1.0, 1.0}; in DoTest()142 renderPassDescriptor2.cColorAttachmentsInfoPtr[0]->loadOp = dawn::LoadOp::Clear; in DoTest()144 renderPassDescriptor2.cDepthStencilAttachmentInfo.clearDepth = 0.5; in DoTest()145 renderPassDescriptor2.cDepthStencilAttachmentInfo.depthLoadOp = dawn::LoadOp::Clear; in DoTest()148 commandEncoder.BeginRenderPass(&renderPassDescriptor2); in DoTest()