Struct TextureHeader_Deprecated
Old texture header structure (was not fully initialized to zero).
Assembly: FlaxEngine.dll
File: Engine/Graphics/Textures/Types.h
Syntax
public struct TextureHeader_Deprecated
Constructors
TextureHeader_Deprecated()
Declaration
public TextureHeader_Deprecated()
Fields
CustomData
Declaration
public byte CustomData[17]
Field Value
byte
|
Format
Height
Declaration
public int32 Height
Field Value
int32
|
IsCubeMap
Declaration
public bool IsCubeMap
Field Value
bool
|
IsSRGB
Declaration
public bool IsSRGB
Field Value
bool
|
MipLevels
Declaration
public int32 MipLevels
Field Value
int32
|
NeverStream
Declaration
public bool NeverStream
Field Value
bool
|
Type
Width
Declaration
public int32 Width
Field Value
int32
|