Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::MirrorView::RenderResult Struct Reference

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

Detailed Description

Values that represent mirror view render results.

Definition at line 48 of file MirrorView.h.

Member Enumeration Documentation

◆ Status

Enumerator
Visible 
Invisible 
Error 

Definition at line 49 of file MirrorView.h.

Member Data Documentation

◆ imageAvailableSemaphore

VkSemaphore EngineCore::MirrorView::RenderResult::imageAvailableSemaphore = VK_NULL_HANDLE

Definition at line 51 of file MirrorView.h.

◆ status

Status EngineCore::MirrorView::RenderResult::status

Definition at line 50 of file MirrorView.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Renderer/MirrorView.h