Searched refs:depth_buf (Results 1 – 1 of 1) sorted by relevance
207 auto depth_buf = pipeline->GenerateDefaultDepthStencilAttachmentBuffer(); in ProcessRequireBlock() local208 depth_buf->SetFormat(fmt.get()); in ProcessRequireBlock()212 Result r = pipeline->SetDepthStencilBuffer(depth_buf.get()); in ProcessRequireBlock()216 r = script_->AddBuffer(std::move(depth_buf)); in ProcessRequireBlock()