mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-09 00:00:18 +00:00
Merge pull request #975 from Nazg-Gul/fix_topology_refiner_stack_memory
Thanks again!
This commit is contained in:
commit
7a4fe81351
@ -263,7 +263,7 @@ namespace internal {
|
|||||||
bool IsEmpty() const { return *((int_type*)this) == 0; }
|
bool IsEmpty() const { return *((int_type*)this) == 0; }
|
||||||
|
|
||||||
FeatureMask() { Clear(); }
|
FeatureMask() { Clear(); }
|
||||||
FeatureMask(Options const & options, Sdc::SchemeType sType) { InitializeFeatures(options, sType); }
|
FeatureMask(Options const & options, Sdc::SchemeType sType) { Clear(); InitializeFeatures(options, sType); }
|
||||||
|
|
||||||
// These are the two primary methods intended for use -- intialization via a set of Options
|
// These are the two primary methods intended for use -- intialization via a set of Options
|
||||||
// and reduction of the subsequent feature set (which presumes prior initialization with the
|
// and reduction of the subsequent feature set (which presumes prior initialization with the
|
||||||
|
Loading…
Reference in New Issue
Block a user