Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/opensubdiv/internal/opensubdiv_device_context_cuda.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_device_context_cuda.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_device_context_cuda.h b/intern/opensubdiv/internal/opensubdiv_device_context_cuda.h
index ef212df10f0..10164e0cfc5 100644
--- a/intern/opensubdiv/internal/opensubdiv_device_context_cuda.h
+++ b/intern/opensubdiv/internal/opensubdiv_device_context_cuda.h
@@ -40,7 +40,7 @@ class CudaDeviceContext {
bool Initialize();
// Initialze cuda device from the ID3D11Device.
- bool Initialize(ID3D11Device* device);
+ bool Initialize(ID3D11Device *device);
// Returns true if the cuda device has already been initialized.
bool IsInitialized() const;