'Declaration Public Sub SetConstantBuffer( _ ByVal slot As Integer, _ ByVal constantBuffer As Buffer _ )
public void SetConstantBuffer( int slot, Buffer constantBuffer )
Parameters
- slot
- Index into the device's zero-based array to which to set the constant buffer.
- constantBuffer
- constant buffer to set