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_fvar.h')
-rw-r--r--intern/opensubdiv/internal/opensubdiv_gl_mesh_fvar.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/intern/opensubdiv/internal/opensubdiv_gl_mesh_fvar.h b/intern/opensubdiv/internal/opensubdiv_gl_mesh_fvar.h
index 0c5982f2c8b..cef78daced7 100644
--- a/intern/opensubdiv/internal/opensubdiv_gl_mesh_fvar.h
+++ b/intern/opensubdiv/internal/opensubdiv_gl_mesh_fvar.h
@@ -37,10 +37,10 @@ class GLMeshFVarData {
~GLMeshFVarData();
void release();
- void create(const OpenSubdiv::Far::TopologyRefiner* refiner,
- const OpenSubdiv::Far::PatchTable* patch_table,
+ void create(const OpenSubdiv::Far::TopologyRefiner *refiner,
+ const OpenSubdiv::Far::PatchTable *patch_table,
int fvar_width,
- const float* fvar_src_data);
+ const float *fvar_src_data);
unsigned int texture_buffer;
unsigned int offset_buffer;
@@ -48,9 +48,9 @@ class GLMeshFVarData {
int fvar_width;
};
-void interpolateFVarData(const OpenSubdiv::Far::TopologyRefiner& refiner,
- const vector<float>& uvs,
- vector<float>* fvar_data);
+void interpolateFVarData(const OpenSubdiv::Far::TopologyRefiner &refiner,
+ const vector<float> &uvs,
+ vector<float> *fvar_data);
} // namespace opensubdiv_capi