try const stuff

This commit is contained in:
Dave Clyde 2016-10-21 16:14:33 -07:00
parent f0d31d9727
commit 1ba1b4a31a

View File

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