Gorgon
Show / Hide Table of Contents

Enum BufferType

The type of data to be stored in the buffer.

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

Fields

Name Description
Constant

A constant buffer used to send data to a shader.

Generic

A generic buffer filled with data to conforms to one of the BufferFormat types.

Index

An index buffer used to hold index information.

IndirectArgument

An indirect argument buffer.

Raw

A raw buffer used to hold raw byte data.

Structured

A structured buffer used to hold structured data.

Vertex

A vertex buffer used to hold vertex information.

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