Searched defs:drawPipeline (Results 1 – 2 of 2) sorted by relevance
75 void drawPipeline(wgpu::Device device, wgpu::TextureView view, wgpu::RenderPipeline pipeline, in drawPipeline() function115 void drawPipeline(wgpu::RenderPipeline pipeline, float r, float g, float b, float a) { in drawPipeline() function in WebGPUSurface
45 wgpu::RenderPipeline drawPipeline; member in MultisampledSamplingTest