try const stuff

This commit is contained in:
Dave Clyde 2016-10-21 16:11:49 -07:00
parent 73cb7f11de
commit f0d31d9727

View File

@ -661,7 +661,7 @@ void GetGregoryWeights(PatchParamG<FD> const & param,
}
}
template void GetBSplineWeights<float>(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG<float> const&, float, float, float*, float*, float*, float*, float*, float*);
template void GetBSplineWeights<float>(struct OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG<float> const&, float, float, float* const, float* const, float* const, float* const, float* const, float* const);
template void GetGregoryWeights<float>(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG<float> const&, float, float, float*, float*, float*, float*, float*, float*);
template void GetBilinearWeights<float>(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG<float> const&, float, float, float*, float*, float*, float*, float*, float*);