[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.PixelShader

PixelShader Class

ID3D11PixelShader

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("ea82e40d-51dc-4f33-93d4-db7c9125ae8c")]
public class PixelShader : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
PixelShader(IntPtr)

Initializes a new instance of the PixelShader class.

Methods

Name Description
Create(Device, byte[], ClassLinkage)

Initializes a new instance of the PixelShader class.

Operators

Name Description
explicit operator PixelShader(IntPtr)

Performs an explicit conversion from IntPtr to PixelShader.