Struct Framebuffer
Tag Framebuffer
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.Core.Multiboot.Tags
Assembly: Cosmos.Core.dll
Syntax
public readonly struct Framebuffer
Fields
| Improve this Doc View SourceAddress
The video address for the frame buffer.
Declaration
public readonly ulong Address
Field Value
Type | Description |
---|---|
System.UInt64 |
Bpp
The BPP (bits per pixel) of the frame buffer. E.g. 32-bit colors are 4 BPP.
Declaration
public readonly byte Bpp
Field Value
Type | Description |
---|---|
System.Byte |
Height
The height value (in pixels) of the frame buffer
Declaration
public readonly uint Height
Field Value
Type | Description |
---|---|
System.UInt32 |
Info
Information about the tag.
Declaration
public readonly MB2Tag Info
Field Value
Type | Description |
---|---|
MB2Tag |
Pitch
The pitch value of the frame buffer.
Declaration
public readonly uint Pitch
Field Value
Type | Description |
---|---|
System.UInt32 |
Reserved
Reserved.
Declaration
public readonly ushort Reserved
Field Value
Type | Description |
---|---|
System.UInt16 |
Type
The type of frame buffer.
Declaration
public readonly byte Type
Field Value
Type | Description |
---|---|
System.Byte |
Width
The width value (in pixels) of the frame buffer
Declaration
public readonly uint Width
Field Value
Type | Description |
---|---|
System.UInt32 |