Lib
QOLを高める
Public Attributes | List of all members
yappy::graphics::GraphicsParam Struct Reference

#include <graphics.h>

Public Attributes

HWND hWnd = nullptr
 
int w = 1024
 
int h = 768
 
uint32_t refreshRate = 60
 
bool fullScreen = false
 
bool vsync = true
 

Detailed Description

Definition at line 69 of file graphics.h.

Member Data Documentation

bool yappy::graphics::GraphicsParam::fullScreen = false

Definition at line 74 of file graphics.h.

int yappy::graphics::GraphicsParam::h = 768

Definition at line 72 of file graphics.h.

HWND yappy::graphics::GraphicsParam::hWnd = nullptr

Definition at line 70 of file graphics.h.

uint32_t yappy::graphics::GraphicsParam::refreshRate = 60

Definition at line 73 of file graphics.h.

bool yappy::graphics::GraphicsParam::vsync = true

Definition at line 75 of file graphics.h.

int yappy::graphics::GraphicsParam::w = 1024

Definition at line 71 of file graphics.h.


The documentation for this struct was generated from the following file: