#include <RenderPassCache.h>
◆ Hash()
| size_t RenderPassConfig::Hash |
( |
| ) |
const |
◆ operator==()
◆ mColorFormats
◆ mDebugName
| const char* RenderPassConfig::mDebugName = "" |
◆ mDepthFormat
| VkFormat RenderPassConfig::mDepthFormat = VK_FORMAT_UNDEFINED |
◆ mDepthLoadOp
| VkAttachmentLoadOp RenderPassConfig::mDepthLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD |
◆ mDepthStoreOp
| VkAttachmentStoreOp RenderPassConfig::mDepthStoreOp = VK_ATTACHMENT_STORE_OP_STORE |
◆ mLoadOp
| VkAttachmentLoadOp RenderPassConfig::mLoadOp = VK_ATTACHMENT_LOAD_OP_LOAD |
◆ mPostLayout
| VkImageLayout RenderPassConfig::mPostLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL |
◆ mPreLayout
| VkImageLayout RenderPassConfig::mPreLayout = VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL |
◆ mStoreOp
| VkAttachmentStoreOp RenderPassConfig::mStoreOp = VK_ATTACHMENT_STORE_OP_STORE |
The documentation for this struct was generated from the following files: