Struct DisplayMode
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The sdl display mode
public struct DisplayMode
Inherited Members
Fields
format
The format
public uint format
Field Value
h
The
public int h
Field Value
refresh_rate
The refresh rate
public int refresh_rate
Field Value
w
The
public int w
Field Value
Properties
DriverData
The driver data
public IntPtr DriverData { readonly get; set; }