Table of Contents

Struct GPUAtlasUVs

Namespace
Zorro.Core.Compute
Assembly
Zorro.Core.Runtime.dll
[Serializable]
public struct GPUAtlasUVs
Inherited Members
Extension Methods

Constructors

GPUAtlasUVs(float2, float2)

public GPUAtlasUVs(float2 offset, float2 size)

Parameters

offset float2
size float2

Fields

Offset

public float2 Offset

Field Value

float2

Size

public float2 Size

Field Value

float2

Stride

public const int Stride = 16

Field Value

int