Gorgon
Show / Hide Table of Contents

Enum CopyMode

Defines the available modes for copying subresource data.

Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public enum CopyMode

Fields

Name Description
Discard

Data is copied into the buffer, but any existing data is discarded.

NoOverwrite

Data is copied into the buffer, but existing data cannot be overwritten.

None

Data is copied into the buffer, overwriting existing data.

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