pub struct IDirect3DVertexShader9Vtbl {
pub QueryInterface: Option<unsafe extern "system" fn(This: *mut IDirect3DVertexShader9, riid: *const IID, ppvObj: *mut *mut VOID) -> HRESULT>,
pub AddRef: Option<unsafe extern "system" fn(This: *mut IDirect3DVertexShader9) -> *mut IDirect3DVertexShader9>,
pub Release: Option<unsafe extern "system" fn(This: *mut IDirect3DVertexShader9) -> *mut IDirect3DVertexShader9>,
pub GetDevice: Option<unsafe extern "system" fn(This: *mut IDirect3DVertexShader9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT>,
pub GetFunction: Option<unsafe extern "system" fn(This: *mut IDirect3DVertexShader9, arg1: *mut VOID, pSizeOfData: *mut UINT) -> HRESULT>,
}
Fields
QueryInterface | |
AddRef | |
Release | |
GetDevice | |
GetFunction | |
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
).