Table of Contents

Struct VertexPositionNormalTexture

Namespace
NeoVeldrid.Utilities
Assembly
NeoVeldrid.Utilities.dll
public struct VertexPositionNormalTexture
Inherited Members

Constructors

VertexPositionNormalTexture(Vector3, Vector3, Vector2)

public VertexPositionNormalTexture(Vector3 position, Vector3 normal, Vector2 texCoords)

Parameters

position Vector3
normal Vector3
texCoords Vector2

Fields

ElementCount

public const byte ElementCount = 3

Field Value

byte

Normal

public readonly Vector3 Normal

Field Value

Vector3

NormalOffset

public const byte NormalOffset = 12

Field Value

byte

Position

public readonly Vector3 Position

Field Value

Vector3

SizeInBytes

public const byte SizeInBytes = 32

Field Value

byte

TextureCoordinates

public readonly Vector2 TextureCoordinates

Field Value

Vector2

TextureCoordinatesOffset

public const byte TextureCoordinatesOffset = 24

Field Value

byte