|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Values that represent mirror view render results. More...
#include <MirrorView.h>
Public Types | |
| enum class | Status { Visible , Invisible , Error } |
Public Attributes | |
| Status | status |
| VkSemaphore | imageAvailableSemaphore = VK_NULL_HANDLE |
Values that represent mirror view render results.
Definition at line 48 of file MirrorView.h.
|
strong |
| Enumerator | |
|---|---|
| Visible | |
| Invisible | |
| Error | |
Definition at line 49 of file MirrorView.h.
| VkSemaphore EngineCore::MirrorView::RenderResult::imageAvailableSemaphore = VK_NULL_HANDLE |
Definition at line 51 of file MirrorView.h.
| Status EngineCore::MirrorView::RenderResult::status |
Definition at line 50 of file MirrorView.h.