Blender  V3.3
Functions
opensubdiv_evaluator_stub.cc File Reference
#include "opensubdiv_evaluator_capi.h"
#include <cstddef>

Go to the source code of this file.

Functions

OpenSubdiv_EvaluatoropenSubdiv_createEvaluatorFromTopologyRefiner (struct OpenSubdiv_TopologyRefiner *, eOpenSubdivEvaluator, OpenSubdiv_EvaluatorCache *)
 
void openSubdiv_deleteEvaluator (OpenSubdiv_Evaluator *)
 
OpenSubdiv_EvaluatorCacheopenSubdiv_createEvaluatorCache (eOpenSubdivEvaluator)
 
void openSubdiv_deleteEvaluatorCache (OpenSubdiv_EvaluatorCache *)
 
const char * openSubdiv_getGLSLPatchBasisSource ()
 

Function Documentation

◆ openSubdiv_createEvaluatorCache()

OpenSubdiv_EvaluatorCache* openSubdiv_createEvaluatorCache ( eOpenSubdivEvaluator  evaluator_type)

Definition at line 35 of file opensubdiv_evaluator_stub.cc.

References NULL.

◆ openSubdiv_createEvaluatorFromTopologyRefiner()

OpenSubdiv_Evaluator* openSubdiv_createEvaluatorFromTopologyRefiner ( struct OpenSubdiv_TopologyRefiner topology_refiner,
eOpenSubdivEvaluator  evaluator_type,
OpenSubdiv_EvaluatorCache evaluator_cache 
)

Definition at line 23 of file opensubdiv_evaluator_stub.cc.

References NULL.

◆ openSubdiv_deleteEvaluator()

void openSubdiv_deleteEvaluator ( OpenSubdiv_Evaluator evaluator)

Definition at line 31 of file opensubdiv_evaluator_stub.cc.

◆ openSubdiv_deleteEvaluatorCache()

void openSubdiv_deleteEvaluatorCache ( OpenSubdiv_EvaluatorCache evaluator_cache)

Definition at line 40 of file opensubdiv_evaluator_stub.cc.

◆ openSubdiv_getGLSLPatchBasisSource()

const char* openSubdiv_getGLSLPatchBasisSource ( void  )

Definition at line 44 of file opensubdiv_evaluator_stub.cc.

References NULL.