Gorgon
Show / Hide Table of Contents

Enum RawBufferElementType

The types of elements that the view will interpret the raw data as.

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

Fields

Name Description
Int32

Each element is a 32 bit signed integer.

Single

Each element is a single precision floating point value.

UInt32

Each element is a 32 bit unsigned integer.

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