Searched defs:RenderPassCacheQuery (Results 1 – 1 of 1) sorted by relevance
38 struct RenderPassCacheQuery { struct54 ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> colorMask;55 ityp::bitset<ColorAttachmentIndex, kMaxColorAttachments> resolveTargetMask;56 ityp::array<ColorAttachmentIndex, wgpu::TextureFormat, kMaxColorAttachments> colorFormats;57 ityp::array<ColorAttachmentIndex, wgpu::LoadOp, kMaxColorAttachments> colorLoadOp;58 ityp::array<ColorAttachmentIndex, wgpu::StoreOp, kMaxColorAttachments> colorStoreOp;82 ResultOrError<VkRenderPass> GetRenderPass(const RenderPassCacheQuery& query); argument