#include <qvk.h>
Public Attributes | |
| VkRenderPass | rp |
| VkAttachmentLoadOp | colorLoadOp |
| VkSampleCountFlagBits | sampleCount |
| VkAttachmentLoadOp qvkrenderpass_t::colorLoadOp |
Definition at line 119 of file qvk.h.
Referenced by CreateRenderpasses(), and QVk_Init().
| VkRenderPass qvkrenderpass_t::rp |
Definition at line 118 of file qvk.h.
Referenced by CreateFramebuffers(), CreateRenderpasses(), QVk_BeginRenderpass(), QVk_CreatePipeline(), and QVk_Shutdown().
| VkSampleCountFlagBits qvkrenderpass_t::sampleCount |
Definition at line 120 of file qvk.h.
Referenced by CreateFramebuffers(), CreateRenderpasses(), QVk_BeginRenderpass(), QVk_CreatePipeline(), and QVk_Init().