Struct GorgonVideoAdapterMemory
Information about video memory for a IGorgonVideoAdapterInfo.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public readonly struct GorgonVideoAdapterMemory
Fields
| Edit this page View SourceShared
The amount of memory shared between the CPU and GPU, in bytes.
Declaration
public readonly long Shared
Field Value
Type | Description |
---|---|
long |
System
The amount of dedicated system memory available, in bytes.
Declaration
public readonly long System
Field Value
Type | Description |
---|---|
long |
Video
The amount of memory available on the GPU, in bytes.
Declaration
public readonly long Video
Field Value
Type | Description |
---|---|
long |