Struct VolumeTextureParams
- Namespace
- HelixToolkit.SharpDX.Model
- Assembly
- HelixToolkit.SharpDX.dll
public struct VolumeTextureParams
- Inherited Members
Constructors
VolumeTextureParams(byte[], int, int, int, Format)
public VolumeTextureParams(byte[] data, int width, int height, int depth, Format format)
Parameters
Properties
Depth
public readonly int Depth { get; }
Property Value
Format
public readonly Format Format { get; }
Property Value
- Format
Height
public readonly int Height { get; }
Property Value
VolumeTextures
public readonly byte[] VolumeTextures { get; }
Property Value
- byte[]
Width
public readonly int Width { get; }