Vixen
02b45cc4
csharp
public readonly record struct TextureLevel

One mip level of one layer of one face.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (6)

  • public int Level

    Which mip level, zero being the largest.

  • public int Width

    Its width in pixels.

  • public int Height

    Its height in pixels.

  • public int Depth

    Its depth in pixels.

  • public int Offset

    Where its bytes start in the texture's buffer.

  • public int Length

    How many bytes it is.

Methods (1)

  • public TextureLevel(int Level, int Width, int Height, int Depth, int Offset, int Length)

    One mip level of one layer of one face.

Used by (11)

  • AssetTextureSourceVixen.Engine.Renderer
  • BlockCompressorVixen.Core.Imaging
  • CubeMapVixen.Core.Imaging
  • EnvironmentPrefilterVixen.Core.Imaging
  • IblTestsVixen.Core.Imaging.Tests
  • Ktx2Vixen.Core.Imaging
  • MipChainVixen.Core.Imaging
  • MipChainTestsVixen.Core.Imaging.Tests
  • SphericalHarmonicsL2Vixen.Core.Imaging
  • TextureDataVixen.Core.Imaging
  • TextureImporterVixen.Editor.Assets