Table of Contents

Struct VertexArrayQuery

Namespace
ReFuel.Graphics.OpenGL
Assembly
ReFuel.dll

A vertex attribute query

public record struct VertexArrayQuery : IEquatable<VertexArrayQuery>
Implements
Inherited Members

Constructors

VertexArrayQuery(int, AttributeClass, int)

A vertex attribute query

public VertexArrayQuery(int Location, AttributeClass Class, int Index)

Parameters

Location int

The binding location for the attribute.

Class AttributeClass

Attribute class.

Index int

Attribute index.

Properties

Class

Attribute class.

public AttributeClass Class { readonly get; set; }

Property Value

AttributeClass

Default

public AttributeBindingEx? Default { readonly get; init; }

Property Value

AttributeBindingEx?

Index

Attribute index.

public int Index { readonly get; set; }

Property Value

int

Location

The binding location for the attribute.

public int Location { readonly get; set; }

Property Value

int