xiaoxin0214
Results
2
comments of
xiaoxin0214
I encountered the same error in windows environment.I replaced backslashes with forward slashes and it works. but i am not sure it's the ideal solution. ``` for(int i=0;i
Perhaps we should set `layout.allocatorType` to `ALLOCATOR_TYPE_NEW_DELETE` instead of the default `ALLOCATOR_TYPE_VSG_ALLOCATOR`, since the memory is allocated by `OSG`. ``` layout.allocatorType = vsg::ALLOCATOR_TYPE_NEW_DELETE; ```