Lysa  0.0
Lysa 3D Engine
RenderingWindowConfiguration Struct Reference

Detailed Description

Rendering window configuration

Public Attributes

std::string title {"Lysa Window"}
 Window title bar. More...
 
RenderingWindowMode mode {RenderingWindowMode::WINDOWED}
 State of the display Window. More...
 
int32 x {-1}
 Start up X position (top-left corner) More...
 
int32 y {-1}
 Start up Y position (top-left corner) More...
 
uint32 width {1280}
 Width in pixels of the display Window. More...
 
uint32 height {720}
 Height in pixels of the display Window. More...
 
int32 monitor {0}
 Monitor index to display the Window. More...
 
RenderTargetConfiguration renderTargetConfiguration
 Configuration of the window render target. More...
 

Member Data Documentation

uint32 height {720}

Height in pixels of the display Window.

RenderingWindowMode mode {RenderingWindowMode::WINDOWED}

State of the display Window.

int32 monitor {0}

Monitor index to display the Window.

RenderTargetConfiguration renderTargetConfiguration

Configuration of the window render target.

std::string title {"Lysa Window"}

Window title bar.

uint32 width {1280}

Width in pixels of the display Window.

int32 x {-1}

Start up X position (top-left corner)

int32 y {-1}

Start up Y position (top-left corner)