Table of Contents

Class DefaultBufferNames

Namespace
HelixToolkit.SharpDX.Shaders
Assembly
HelixToolkit.SharpDX.dll

Default buffer names from shader code. Name must match shader code to bind proper buffer

Note: Constant buffer must match both name and struct size

public static class DefaultBufferNames
Inheritance
DefaultBufferNames
Inherited Members

Fields

AOMapTB

public const string AOMapTB = "texAOMap"

Field Value

string

AlphaMapTB

public const string AlphaMapTB = "texAlphaMap"

Field Value

string

BillboardTB

public const string BillboardTB = "billboardTexture"

Field Value

string

BoneSkinSB

public const string BoneSkinSB = "skinMatrices"

Field Value

string

BorderEffectCB

public const string BorderEffectCB = "cbBorderEffect"

Field Value

string

ClipParamsCB

public const string ClipParamsCB = "cbClipping"

Field Value

string

ColorStripe1DXTB

public const string ColorStripe1DXTB = "texColorStripe1DX"

Field Value

string

ColorStripe1DYTB

public const string ColorStripe1DYTB = "texColorStripe1DY"

Field Value

string

CubeMapTB

public const string CubeMapTB = "texCubeMap"

Field Value

string

CurrentSimulationStateUB

public const string CurrentSimulationStateUB = "CurrentSimulationState"

Field Value

string

DiffuseMapTB

public const string DiffuseMapTB = "texDiffuseMap"

Field Value

string

DisplacementMapTB

public const string DisplacementMapTB = "texDisplacementMap"

Field Value

string

DynamicCubeMapCB

public const string DynamicCubeMapCB = "cbDynamicCubeMap"

Field Value

string

EmissiveTB

public const string EmissiveTB = "texEmissiveMap"

Field Value

string

GlobalTransformCB

public const string GlobalTransformCB = "cbTransforms"

Field Value

string

IrradianceMap

public const string IrradianceMap = "texIrradianceMap"

Field Value

string

LightCB

public const string LightCB = "cbLights"

Field Value

string

MTDeltasB

public const string MTDeltasB = "morphTargetDeltas"

Field Value

string

MTOffsetsB

public const string MTOffsetsB = "morphTargetOffsets"

Field Value

string

MTWeightsB

public const string MTWeightsB = "morphTargetWeights"

Field Value

string

ModelCB

public const string ModelCB = "cbMesh"

Field Value

string

MorphTargetCB

public const string MorphTargetCB = "cbMorphTarget"

Field Value

string

NewSimulationStateUB

public const string NewSimulationStateUB = "NewSimulationState"

Field Value

string

NormalMapTB

public const string NormalMapTB = "texNormalMap"

Field Value

string

OITAlphaTB

public const string OITAlphaTB = "texOITAlpha"

Field Value

string

OITColorTB

public const string OITColorTB = "texOITColor"

Field Value

string

OITSortCB

public const string OITSortCB = "cbOITSortRender"

Field Value

string

ParticleCreateParameters

public const string ParticleCreateParameters = "cbParticleCreateParameters"

Field Value

string

ParticleFrameCB

public const string ParticleFrameCB = "cbParticleFrame"

Field Value

string

ParticleMapTB

public const string ParticleMapTB = "texParticle"

Field Value

string

ParticleModelCB

public const string ParticleModelCB = "cbParticleModel"

Field Value

string

PlaneGridModelCB

public const string PlaneGridModelCB = "cbPlaneGridModel"

Field Value

string

PointLineModelCB

public const string PointLineModelCB = "cbPointLineModel"

Field Value

string

RMMapTB

public const string RMMapTB = "texRMMap"

Field Value

string

SSAOCB

public const string SSAOCB = "cbSSAO"

Field Value

string

SSAODepthTB

public const string SSAODepthTB = "texSSAODepth"

Field Value

string

SSAOMapTB

public const string SSAOMapTB = "texSSAOMap"

Field Value

string

SSAONoiseTB

public const string SSAONoiseTB = "texSSAONoise"

Field Value

string

ScreenDuplicationCB

public const string ScreenDuplicationCB = "cbScreenClone"

Field Value

string

ScreenQuadCB

public const string ScreenQuadCB = "cbScreenQuad"

Field Value

string

ShadowMapTB

public const string ShadowMapTB = "texShadowMap"

Field Value

string

ShadowParamCB

public const string ShadowParamCB = "cbShadow"

Field Value

string

SimpleMeshCB

public const string SimpleMeshCB = "cbMeshSimple"

Field Value

string

SimulationStateTB

public const string SimulationStateTB = "SimulationState"

Field Value

string

SpecularTB

public const string SpecularTB = "texSpecularMap"

Field Value

string

SpriteTB

public const string SpriteTB = "texSprite"

Field Value

string

VolumeBack

public const string VolumeBack = "texVolumeBack"

Field Value

string

VolumeFront

public const string VolumeFront = "texVolumeFront"

Field Value

string

VolumeModelCB

public const string VolumeModelCB = "cbVolumeModel"

Field Value

string

VolumeTB

public const string VolumeTB = "texVolume"

Field Value

string