Table of Contents

Struct OutputAttachmentDescription

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll

Describes an individual output attachment and its format.

public struct OutputAttachmentDescription : IEquatable<OutputAttachmentDescription>
Implements
Inherited Members

Constructors

OutputAttachmentDescription(PixelFormat)

Constructs a new OutputAttachmentDescription.

public OutputAttachmentDescription(PixelFormat format)

Parameters

format PixelFormat

THe format of the Texture attachment.

Fields

Format

The format of the Texture attachment.

public PixelFormat Format

Field Value

PixelFormat

Methods

Equals(OutputAttachmentDescription)

Element-wise equality.

public bool Equals(OutputAttachmentDescription other)

Parameters

other OutputAttachmentDescription

The instance to compare to.

Returns

bool

True if all elements are equal; false otherswise.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.