opensubdiv-petite-sys 0.3.1

Low-level wrapper around parts of Pixar’s OpenSubdiv
Documentation
1
2
3
4
5
6
7
8
9
10
11
#include <opensubdiv/far/stencilTableFactory.h>

extern "C"
{
    const OpenSubdiv::Far::StencilTable *StencilTableFactory_Create(
        OpenSubdiv::Far::TopologyRefiner *refiner,
        OpenSubdiv::Far::StencilTableFactory::Options options)
    {
        return OpenSubdiv::Far::StencilTableFactory::Create(*refiner, options);
    }
}