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_gl_mesh_draw.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_gl_mesh_draw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_gl_mesh_draw.h b/intern/opensubdiv/internal/opensubdiv_gl_mesh_draw.h
index 5421b5cf707..599ab9550e7 100644
--- a/intern/opensubdiv/internal/opensubdiv_gl_mesh_draw.h
+++ b/intern/opensubdiv/internal/opensubdiv_gl_mesh_draw.h
@@ -25,11 +25,11 @@ struct OpenSubdiv_GLMesh;
namespace opensubdiv_capi {
-void GLMeshDisplayPrepare(struct OpenSubdiv_GLMesh* gl_mesh,
+void GLMeshDisplayPrepare(struct OpenSubdiv_GLMesh *gl_mesh,
const bool use_osd_glsl,
const int active_uv_index);
-void GLMeshDisplayDrawPatches(OpenSubdiv_GLMesh* gl_mesh,
+void GLMeshDisplayDrawPatches(OpenSubdiv_GLMesh *gl_mesh,
const bool fill_quads,
const int start_patch,
const int num_patches);