mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-23 00:10:07 +00:00
try const stuff
This commit is contained in:
parent
73cb7f11de
commit
f0d31d9727
@ -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 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 GetBilinearWeights<float>(OpenSubdiv::OPENSUBDIV_VERSION::Far::PatchParamG<float> const&, float, float, float*, float*, float*, float*, float*, float*);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user