[]
ID3D11DeviceContext
[Guid("c0bfa96c-e089-44fb-8eaf-26f8796190da")]
public class PixelShaderStage : CommonShaderStage<PixelShader>, IDisposable
Initializes a new instance of the PixelShaderStage class.
public PixelShaderStage(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Constant FrontfacingDefaultValue.
public const int FrontfacingDefaultValue = -1
Constant FrontfacingFalseValue.
public const int FrontfacingFalseValue = 0
Constant FrontfacingTrueValue.
public const int FrontfacingTrueValue = -1
Constant InputRegisterComponentBitCount.
public const int InputRegisterComponentBitCount = 32
Constant InputRegisterComponents.
public const int InputRegisterComponents = 4
Constant InputRegisterCount.
public const int InputRegisterCount = 32
Constant InputRegisterReadPorts.
public const int InputRegisterReadPorts = 1
Constant InputRegisterReadsPerInst.
public const int InputRegisterReadsPerInst = 2
Constant LegacyPixelCenterFractionalComponent.
public const int LegacyPixelCenterFractionalComponent = 0
Constant OutputDepthRegisterComponentBitCount.
public const int OutputDepthRegisterComponentBitCount = 32
Constant OutputDepthRegisterComponents.
public const int OutputDepthRegisterComponents = 1
Constant OutputDepthRegisterCount.
public const int OutputDepthRegisterCount = 1
Constant OutputMaskRegisterComponentBitCount.
public const int OutputMaskRegisterComponentBitCount = 32
Constant OutputMaskRegisterComponents.
public const int OutputMaskRegisterComponents = 1
Constant OutputMaskRegisterCount.
public const int OutputMaskRegisterCount = 1
Constant OutputRegisterComponentBitCount.
public const int OutputRegisterComponentBitCount = 32
Constant OutputRegisterComponents.
public const int OutputRegisterComponents = 4
Constant OutputRegisterCount.
public const int OutputRegisterCount = 8
Constant PixelCenterFractionalComponent.
public const int PixelCenterFractionalComponent = 0
Performs an explicit conversion from System.IntPtr to PixelShaderStage.
public static explicit operator PixelShaderStage(IntPtr nativePointer)
nativePointer
System.IntPtr