Struct WinitWindowOptions
Namespace: VelloSharp
Assembly: VelloSharp.Gpu.dll
public readonly struct WinitWindowOptions
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
WinitWindowOptions()
public WinitWindowOptions()
Properties
Decorations
public bool Decorations { get; init; }
Property Value
Default
public static WinitWindowOptions Default { get; }
Property Value
Height
public uint? Height { get; init; }
Property Value
uint?
MaxHeight
public uint? MaxHeight { get; init; }
Property Value
uint?
MaxWidth
public uint? MaxWidth { get; init; }
Property Value
uint?
MinHeight
public uint? MinHeight { get; init; }
Property Value
uint?
MinWidth
public uint? MinWidth { get; init; }
Property Value
uint?
Resizable
public bool Resizable { get; init; }
Property Value
Title
public string? Title { get; init; }
Property Value
Transparent
public bool Transparent { get; init; }
Property Value
Visible
public bool Visible { get; init; }
Property Value
Width
public uint? Width { get; init; }
Property Value
uint?