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

pub struct IDirect3DPixelShader9Vtbl {
    pub QueryInterface: Option<unsafe  extern "system" fn(This: *mut IDirect3DPixelShader9, riid: *const IID, ppvObj: *mut *mut VOID) -> HRESULT>,
    pub AddRef: Option<unsafe  extern "system" fn(This: *mut IDirect3DPixelShader9) -> *mut IDirect3DPixelShader9>,
    pub Release: Option<unsafe  extern "system" fn(This: *mut IDirect3DPixelShader9) -> *mut IDirect3DPixelShader9>,
    pub GetDevice: Option<unsafe  extern "system" fn(This: *mut IDirect3DPixelShader9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT>,
    pub GetFunction: Option<unsafe  extern "system" fn(This: *mut IDirect3DPixelShader9, arg1: *mut VOID, pSizeOfData: *mut UINT) -> HRESULT>,
}

Fields

QueryInterface
AddRef
Release
GetDevice
GetFunction