Searched refs:kDefaultColorFormat (Results 1 – 2 of 2) sorted by relevance
79 wgpu::TextureFormat texture = kDefaultColorFormat);81 static constexpr wgpu::TextureFormat kDefaultColorFormat = wgpu::TextureFormat::RGBA8Unorm; member93 wgpu::TextureFormat format = BasicRenderPass::kDefaultColorFormat);
191 renderPipelineDescriptor.cTargets[0].format = utils::BasicRenderPass::kDefaultColorFormat; in CreateRenderPipelineForTest()