Table of Contents

Interface IGeometryRenderCore

Namespace
HelixToolkit.SharpDX.Core
Assembly
HelixToolkit.SharpDX.dll
public interface IGeometryRenderCore

Properties

GeometryBuffer

Gets or sets the geometry buffer.

IAttachableBufferModel? GeometryBuffer { get; set; }

Property Value

IAttachableBufferModel

The geometry buffer.

InstanceBuffer

Gets or sets the instance buffer.

IElementsBufferModel InstanceBuffer { get; set; }

Property Value

IElementsBufferModel

The instance buffer.

RasterDescription

Gets or sets the raster description.

RasterizerStateDescription RasterDescription { get; set; }

Property Value

RasterizerStateDescription

The raster description.