Searched defs:DynamicRendering (Results 1 – 3 of 3) sorted by relevance
45 struct DynamicRendering struct50 VkRect2D getRenderArea() const { return renderArea; } in getRenderArea()51 uint32_t getLayerCount() const { return layerCount; } in getLayerCount()52 uint32_t getViewMask() const { return viewMask; } in getViewMask()53 uint32_t getColorAttachmentCount() const { return colorAttachmentCount; } in getColorAttachmentCount()54 const VkRenderingAttachmentInfo *getColorAttachment(uint32_t i) const in getColorAttachment()58 const VkRenderingAttachmentInfo &getDepthAttachment() const in getDepthAttachment()62 const VkRenderingAttachmentInfo &getStencilAttachment() const in getStencilAttachment()66 bool suspend() const { return flags & VK_RENDERING_SUSPENDING_BIT; } in suspend()67 bool resume() const { return flags & VK_RENDERING_RESUMING_BIT; } in resume()[all …]
1760 DynamicRendering::DynamicRendering(const VkRenderingInfo *pRenderingInfo) in DynamicRendering() function in vk::DynamicRendering
7 pub struct DynamicRendering { struct8 fp: vk::KhrDynamicRenderingFn, argument11 impl DynamicRendering { impl