Struct winapi::d3d11shader::ID3D11FunctionLinkingGraph [] [src]

pub struct ID3D11FunctionLinkingGraph {
    pub lpVtbl: *const ID3D11FunctionLinkingGraphVtbl,
}

Fields

lpVtbl: *const ID3D11FunctionLinkingGraphVtbl

Methods

impl ID3D11FunctionLinkingGraph
[src]

unsafe fn CreateModuleInstance(&mut self, ppModuleInstance: *mut *mut ID3D11ModuleInstance, ppErrorBuffer: *mut *mut ID3DBlob) -> HRESULT

unsafe fn SetInputSignature(&mut self, pInputParameters: *const D3D11_PARAMETER_DESC, cInputParameters: UINT, ppInputNode: *mut *mut ID3D11LinkingNode) -> HRESULT

unsafe fn SetOutputSignature(&mut self, pOutputParameters: *const D3D11_PARAMETER_DESC, cOutputParameters: UINT, ppOutputNode: *mut *mut ID3D11LinkingNode) -> HRESULT

unsafe fn CallFunction(&mut self, pModuleInstanceNamespace: LPCSTR, pModuleWithFunctionPrototype: *mut ID3D11Module, pFunctionName: LPCSTR, ppCallNode: *mut *mut ID3D11LinkingNode) -> HRESULT

unsafe fn PassValue(&mut self, pSrcNode: *mut ID3D11LinkingNode, SrcParameterIndex: INT, pDstNode: *mut ID3D11LinkingNode, DstParameterIndex: INT) -> HRESULT

unsafe fn PassValueWithSwizzle(&mut self, pSrcNode: *mut ID3D11LinkingNode, SrcParameterIndex: INT, pSrcSwizzle: LPCSTR, pDstNode: *mut ID3D11LinkingNode, DstParameterIndex: INT, pDstSwizzle: LPCSTR) -> HRESULT

unsafe fn GetLastError(&mut self, ppErrorBuffer: *mut *mut ID3DBlob) -> HRESULT

unsafe fn GenerateHlsl(&mut self, uFlags: UINT, ppBuffer: *mut *mut ID3DBlob) -> HRESULT

Methods from Deref<Target=IUnknown>

unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULT

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for ID3D11FunctionLinkingGraph
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for ID3D11FunctionLinkingGraph
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for ID3D11FunctionLinkingGraph
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value