Gorgon
Show / Hide Table of Contents

Struct GorgonVideoAdapterMemory

Information about video memory for a IGorgonVideoAdapterInfo.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public readonly struct GorgonVideoAdapterMemory

Fields

| Edit this page View Source

Shared

The amount of memory shared between the CPU and GPU, in bytes.

Declaration
public readonly long Shared
Field Value
Type Description
long
| Edit this page View Source

System

The amount of dedicated system memory available, in bytes.

Declaration
public readonly long System
Field Value
Type Description
long
| Edit this page View Source

Video

The amount of memory available on the GPU, in bytes.

Declaration
public readonly long Video
Field Value
Type Description
long

Extension Methods

GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author