|
ContextStatesManagerGetVertexShaderConstantBuffer Method |
Gets the constant buffer as Buffer for the specified slot in the vertex shader
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public Buffer GetVertexShaderConstantBuffer(
int slot
)
Parameters
- slot Int32
- slot number
Return Value
Bufferconstant buffer as Buffer
See Also