Lysa  0.0
Lysa 3D Engine
TextureInfoData Struct Reference

Detailed Description

Per-texture slot data packed for GPU consumption.

Public Attributes

int32 index {-1}
 Index into the global image/texture array (-1 if unused) More...
 
uint32 samplerIndex {0}
 Index into the global sampler array. More...
 
float4x4 transform {1.0f}
 UV transform matrix applied to this texture. More...
 

Member Data Documentation

int32 index {-1}

Index into the global image/texture array (-1 if unused)

uint32 samplerIndex {0}

Index into the global sampler array.

float4x4 transform {1.0f}

UV transform matrix applied to this texture.