]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/windows/directx/d3d11/d3d11.factor
factor: FUNCTION: rename by hand...
[factor.git] / basis / windows / directx / d3d11 / d3d11.factor
index b41e4df44ca0b8e0fb049da7bc05df6ea4c9d6a5..4f1da4e4f379fb55742399faec7d5d206c82884f 100644 (file)
@@ -1475,7 +1475,7 @@ FUNCTION: HRESULT D3D11CreateDevice (
     UINT                  SDKVersion,
     ID3D11Device**        ppDevice,
     D3D_FEATURE_LEVEL*    pFeatureLevel,
-    ID3D11DeviceContext** ppImmediateContext ) ;
+    ID3D11DeviceContext** ppImmediateContext )
 
 FUNCTION: HRESULT D3D11CreateDeviceAndSwapChain (
     IDXGIAdapter*         pAdapter,
@@ -1489,4 +1489,4 @@ FUNCTION: HRESULT D3D11CreateDeviceAndSwapChain (
     IDXGISwapChain**      ppSwapChain,
     ID3D11Device**        ppDevice,
     D3D_FEATURE_LEVEL*    pFeatureLevel,
-    ID3D11DeviceContext** ppImmediateContext ) ;
+    ID3D11DeviceContext** ppImmediateContext )