Esempio n. 1
0
 public static extern int D3D10CreateEffectPoolFromMemory([NativeTypeName("void *")] void *pData, [NativeTypeName("SIZE_T")] nuint DataLength, [NativeTypeName("UINT")] uint FXFlags, [NativeTypeName("ID3D10Device *")] ID3D10Device *pDevice, [NativeTypeName("ID3D10EffectPool **")] ID3D10EffectPool **ppEffectPool);
Esempio n. 2
0
 public static extern HRESULT D3D10CreateEffectPoolFromMemory(void *pData, [NativeTypeName("SIZE_T")] nuint DataLength, uint FXFlags, ID3D10Device *pDevice, ID3D10EffectPool **ppEffectPool);