Note: This documentation is preliminary and is subject to change.
Sets Boolean shader constants.
Definition
Visual Basic .NET
Public Sub SetPixelShaderConstantBoolean( _ ByVal startRegister As Integer, _ ByVal constantData As GraphicsStream, _ ByVal numberRegisters As Integer _ )
C#
public voidSetPixelShaderConstantBoolean( intstartRegister, GraphicsStreamconstantData, intnumberRegisters );