Table of Contents

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

data byte[]
width int
height int
depth int
format Format

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 byte[] VolumeTextures { get; }

Property Value

byte[]

Width

public readonly int Width { get; }

Property Value

int