Search Results for

    Show / Hide Table of Contents

    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

    Declaration
    public PixelFormat Format
    Field Value
    PixelFormat

    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

    Declaration
    public TextureFormatType Type
    Field Value
    TextureFormatType

    Width

    Declaration
    public int32 Width
    Field Value
    int32

    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • TextureHeader_Deprecated()
    • Fields
      • CustomData
      • Format
      • Height
      • IsCubeMap
      • IsSRGB
      • MipLevels
      • NeverStream
      • Type
      • Width
    Back to top Copyright © 2012-2024 Wojciech Figat