ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / Device Class / CreateHullShader Method

In This Topic
    CreateHullShader Method
    In This Topic
    HRESULT ID3D11Device::CreateHullShader([In, Buffer] const void* pShaderBytecode,[In] SIZE_T BytecodeLength,[In, Optional] ID3D11ClassLinkage* pClassLinkage,[Out, Fast] ID3D11HullShader** ppHullShader)
    Syntax
    'Declaration
     
    Public Function CreateHullShader( _
       ByVal shaderBytecodeRef As System.IntPtr, _
       ByVal bytecodeLength As PointerSize, _
       ByVal classLinkageRef As ClassLinkage _
    ) As HullShader
    public HullShader CreateHullShader( 
       System.IntPtr shaderBytecodeRef,
       PointerSize bytecodeLength,
       ClassLinkage classLinkageRef
    )

    Parameters

    shaderBytecodeRef
    bytecodeLength
    classLinkageRef
    See Also