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
AlphaMapTB
public const string AlphaMapTB = "texAlphaMap"
Field Value
BillboardTB
public const string BillboardTB = "billboardTexture"
Field Value
BoneSkinSB
public const string BoneSkinSB = "skinMatrices"
Field Value
BorderEffectCB
public const string BorderEffectCB = "cbBorderEffect"
Field Value
ClipParamsCB
public const string ClipParamsCB = "cbClipping"
Field Value
ColorStripe1DXTB
public const string ColorStripe1DXTB = "texColorStripe1DX"
Field Value
ColorStripe1DYTB
public const string ColorStripe1DYTB = "texColorStripe1DY"
Field Value
CubeMapTB
public const string CubeMapTB = "texCubeMap"
Field Value
CurrentSimulationStateUB
public const string CurrentSimulationStateUB = "CurrentSimulationState"
Field Value
DiffuseMapTB
public const string DiffuseMapTB = "texDiffuseMap"
Field Value
DisplacementMapTB
public const string DisplacementMapTB = "texDisplacementMap"
Field Value
DynamicCubeMapCB
public const string DynamicCubeMapCB = "cbDynamicCubeMap"
Field Value
EmissiveTB
public const string EmissiveTB = "texEmissiveMap"
Field Value
GlobalTransformCB
public const string GlobalTransformCB = "cbTransforms"
Field Value
IrradianceMap
public const string IrradianceMap = "texIrradianceMap"
Field Value
LightCB
public const string LightCB = "cbLights"
Field Value
MTDeltasB
public const string MTDeltasB = "morphTargetDeltas"
Field Value
MTOffsetsB
public const string MTOffsetsB = "morphTargetOffsets"
Field Value
MTWeightsB
public const string MTWeightsB = "morphTargetWeights"
Field Value
ModelCB
public const string ModelCB = "cbMesh"
Field Value
MorphTargetCB
public const string MorphTargetCB = "cbMorphTarget"
Field Value
NewSimulationStateUB
public const string NewSimulationStateUB = "NewSimulationState"
Field Value
NormalMapTB
public const string NormalMapTB = "texNormalMap"
Field Value
OITAlphaTB
public const string OITAlphaTB = "texOITAlpha"
Field Value
OITColorTB
public const string OITColorTB = "texOITColor"
Field Value
OITSortCB
public const string OITSortCB = "cbOITSortRender"
Field Value
ParticleCreateParameters
public const string ParticleCreateParameters = "cbParticleCreateParameters"
Field Value
ParticleFrameCB
public const string ParticleFrameCB = "cbParticleFrame"
Field Value
ParticleMapTB
public const string ParticleMapTB = "texParticle"
Field Value
ParticleModelCB
public const string ParticleModelCB = "cbParticleModel"
Field Value
PlaneGridModelCB
public const string PlaneGridModelCB = "cbPlaneGridModel"
Field Value
PointLineModelCB
public const string PointLineModelCB = "cbPointLineModel"
Field Value
RMMapTB
public const string RMMapTB = "texRMMap"
Field Value
SSAOCB
public const string SSAOCB = "cbSSAO"
Field Value
SSAODepthTB
public const string SSAODepthTB = "texSSAODepth"
Field Value
SSAOMapTB
public const string SSAOMapTB = "texSSAOMap"
Field Value
SSAONoiseTB
public const string SSAONoiseTB = "texSSAONoise"
Field Value
ScreenDuplicationCB
public const string ScreenDuplicationCB = "cbScreenClone"
Field Value
ScreenQuadCB
public const string ScreenQuadCB = "cbScreenQuad"
Field Value
ShadowMapTB
public const string ShadowMapTB = "texShadowMap"
Field Value
ShadowParamCB
public const string ShadowParamCB = "cbShadow"
Field Value
SimpleMeshCB
public const string SimpleMeshCB = "cbMeshSimple"
Field Value
SimulationStateTB
public const string SimulationStateTB = "SimulationState"
Field Value
SpecularTB
public const string SpecularTB = "texSpecularMap"
Field Value
SpriteTB
public const string SpriteTB = "texSprite"
Field Value
VolumeBack
public const string VolumeBack = "texVolumeBack"
Field Value
VolumeFront
public const string VolumeFront = "texVolumeFront"
Field Value
VolumeModelCB
public const string VolumeModelCB = "cbVolumeModel"
Field Value
VolumeTB
public const string VolumeTB = "texVolume"