]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/d3dx11core/d3dx11core.factor
factor: FUNCTION: rename by hand...
[factor.git] / basis / windows / directx / d3dx11core / d3dx11core.factor
index 877b87b67276d7ff587efbb836981d32f32ced54..239b7f7fd063277574fe8c2f4c8da5e4576ea563 100644 (file)
@@ -4,7 +4,7 @@ IN: windows.directx.d3dx11core
 
 LIBRARY: d3dx11
 
-FUNCTION: HRESULT D3DX11CheckVersion ( UINT D3DSdkVersion, UINT D3DX11SdkVersion ) ;
+FUNCTION: HRESULT D3DX11CheckVersion ( UINT D3DSdkVersion, UINT D3DX11SdkVersion )
 
 COM-INTERFACE: ID3DX11DataLoader f {00000000-0000-0000-0000-000000000000}
     HRESULT Load ( )
@@ -24,8 +24,8 @@ COM-INTERFACE: ID3DX11ThreadPump IUnknown {C93FECFA-6967-478a-ABBC-402D90621FCB}
     HRESULT PurgeAllItems ( )
     HRESULT GetQueueStatus ( UINT* pIoQueue, UINT* pProcessQueue, UINT* pDeviceQueue ) ;
 
-FUNCTION: HRESULT D3DX11CreateThreadPump ( UINT cIoThreads, UINT cProcThreads, ID3DX11ThreadPump** ppThreadPump ) ;
-FUNCTION: HRESULT D3DX11UnsetAllDeviceObjects ( ID3D11DeviceContext* pContext ) ;
+FUNCTION: HRESULT D3DX11CreateThreadPump ( UINT cIoThreads, UINT cProcThreads, ID3DX11ThreadPump** ppThreadPump )
+FUNCTION: HRESULT D3DX11UnsetAllDeviceObjects ( ID3D11DeviceContext* pContext )
 
-CONSTANT: D3DERR_INVALIDCALL     HEX: 8876086C
-CONSTANT: D3DERR_WASSTILLDRAWING HEX: 8876021C
+CONSTANT: D3DERR_INVALIDCALL     0x8876086C
+CONSTANT: D3DERR_WASSTILLDRAWING 0x8876021C