Function D3D10CreateEffectPoolFromMemory
pub unsafe fn D3D10CreateEffectPoolFromMemory<P3>(
pdata: *const c_void,
datalength: usize,
fxflags: u32,
pdevice: P3,
) -> Result<ID3D10EffectPool>where
P3: Param<ID3D10Device>,
pub unsafe fn D3D10CreateEffectPoolFromMemory<P3>(
pdata: *const c_void,
datalength: usize,
fxflags: u32,
pdevice: P3,
) -> Result<ID3D10EffectPool>where
P3: Param<ID3D10Device>,