Struct VolumeTextureGradientParams
- Namespace
- HelixToolkit.SharpDX.Model
- Assembly
- HelixToolkit.SharpDX.dll
public struct VolumeTextureGradientParams
- Inherited Members
Constructors
VolumeTextureGradientParams(Half4[], int, int, int)
public VolumeTextureGradientParams(Half4[] data, int width, int height, int depth)
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 Half4[] VolumeTextures { get; }
Property Value
- Half4[]
Width
public readonly int Width { get; }