pub struct ID3D11FunctionLinkingGraphVtbl {
pub parent: IUnknownVtbl,
pub CreateModuleInstance: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, module_instance: *mut *mut ID3D11ModuleInstance, error_buffer: *mut *mut ID3DBlob) -> HRESULT>,
pub SetInputSignature: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, input_parameters: *const D3D11_PARAMETER_DESC, input_parameters_count: UINT, output_node: *mut *mut ID3D11LinkingNode) -> HRESULT>,
pub CallFunction: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, modure_instance_namespace: LPCSTR, module_with_fn_prototype: *mut ID3D11Module, funtion_name: LPCSTR, call_node: *mut *mut ID3D11LinkingNode) -> HRESULT>,
pub PassValue: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, src_node: *mut ID3D11LinkingNode, src_parameter_index: INT, dst_node: *mut ID3D11LinkingNode, dst_parameter_index: INT) -> HRESULT>,
pub PassValueWithSwizzle: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, src_node: *mut ID3D11LinkingNode, src_parameter_index: INT, src_swizzle: LPCSTR, dst_node: *mut ID3D11LinkingNode, dst_parameter_index: INT, dst_swizzle: LPCSTR) -> HRESULT>,
pub GetLastError: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, error_buf: *mut *mut ID3DBlob) -> HRESULT>,
pub GenerateHlsl: Option<unsafe extern "system" fn(This: *mut ID3D11FunctionLinkingGraph, flags: UINT, buffer: *mut *mut ID3DBlob) -> HRESULT>,
}
Fields
parent | |
CreateModuleInstance | |
SetInputSignature | |
CallFunction | |
PassValue | |
PassValueWithSwizzle | |
GetLastError | |
GenerateHlsl | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)