Struct InternalUikitWmInfo
- Namespace
- Alis.Core.Graphic.Sdl2.Structs
- Assembly
- Alis.dll
The internal uikit wm info
public struct InternalUikitWmInfoInherited Members
Fields
colorBuffer
The color buffer
public uint colorBufferField Value
framebuffer
The frame buffer
public uint framebufferField Value
resolveFramebuffer
The resolve frame buffer
public uint resolveFramebufferField Value
Properties
Window
Refers to a UIWindow*
public IntPtr Window { readonly get; set; }