Table of Contents

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

data Half4[]
width int
height int
depth int

Properties

Depth

public readonly int Depth { get; }

Property Value

int

Format

public readonly Format Format { get; }

Property Value

Format

Height

public readonly int Height { get; }

Property Value

int

VolumeTextures

public readonly Half4[] VolumeTextures { get; }

Property Value

Half4[]

Width

public readonly int Width { get; }

Property Value

int