Struct winapi::d3d9::IDirect3DPixelShader9Vtbl [] [src]

pub struct IDirect3DPixelShader9Vtbl {
    pub parent: IUnknownVtbl,
    pub GetDevice: unsafe extern "system" fn(This: *mut IDirect3DPixelShader9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT,
    pub GetFunction: unsafe extern "system" fn(This: *mut IDirect3DPixelShader9, arg1: *mut VOID, pSizeOfData: *mut UINT) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetDevice: unsafe extern "system" fn(This: *mut IDirect3DPixelShader9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT GetFunction: unsafe extern "system" fn(This: *mut IDirect3DPixelShader9, arg1: *mut VOID, pSizeOfData: *mut UINT) -> HRESULT