Searched defs:BeginRenderPassCmd (Results 1 – 2 of 2) sorted by relevance
82 struct BeginRenderPassCmd { struct83 std::bitset<kMaxColorAttachments> colorAttachmentsSet;84 RenderPassColorAttachmentInfo colorAttachments[kMaxColorAttachments];85 bool hasDepthStencilAttachment;86 RenderPassDepthStencilAttachmentInfo depthStencilAttachment;89 uint32_t width;90 uint32_t height;91 uint32_t sampleCount;
98 struct BeginRenderPassCmd { struct99 Ref<AttachmentState> attachmentState;101 colorAttachments;102 RenderPassDepthStencilAttachmentInfo depthStencilAttachment;105 uint32_t width;106 uint32_t height;108 Ref<QuerySetBase> occlusionQuerySet;