Struct TextureImageInfo
public readonly record struct TextureImageInfo : IEquatable<TextureImageInfo>
- Implements
- Inherited Members
Constructors
TextureImageInfo(uint, uint, uint, ulong)
public TextureImageInfo(uint Width, uint Height, uint Stride, ulong ByteLength)
Parameters
Properties
ByteLength
public ulong ByteLength { get; init; }
Property Value
Height
public uint Height { get; init; }
Property Value
Stride
public uint Stride { get; init; }
Property Value
Width
public uint Width { get; init; }