Gorgon
Show / Hide Table of Contents

Enum ImageType

Type of image data.

Namespace: Gorgon.Graphics.Imaging
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public enum ImageType

Fields

Name Description
Image1D

Image is a 1 dimensional image.

Image2D

Image is a 2 dimensional image.

Image3D

Image is a 3 dimensional image.

ImageCube

Image is a texture cube.

Unknown

Unknown.

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