Table of Contents

Struct InternalUikitWmInfo

Namespace
Alis.Core.Graphic.Sdl2.Structs
Assembly
Alis.dll

The internal uikit wm info

public struct InternalUikitWmInfo

Inherited Members

Fields

colorBuffer

The color buffer

public uint colorBuffer

Field Value

uint

framebuffer

The frame buffer

public uint framebuffer

Field Value

uint

resolveFramebuffer

The resolve frame buffer

public uint resolveFramebuffer

Field Value

uint

Properties

Window

Refers to a UIWindow*

public IntPtr Window { readonly get; set; }

Property Value

IntPtr