32 #ifndef PatchParameter_INCLUDE_ONCE 33 #define PatchParameter_INCLUDE_ONCE 52 VL_DEBUG_SET_OBJECT_NAME()
fvec2 mPatchDefaultInnerLevel
#define VL_INSTRUMENT_CLASS(ClassName, BaseClass)
fvec4 mPatchDefaultOuterLevel
void setPatchVertices(int vertices)
Specifies the number of vertices that will be used to make up a single patch primitive.
void setPatchDefaultInnerLevel(const fvec2 &level)
The two floating-point values corresponding to the tow inner tessellation levels for each subsequent ...
Visualization Library main namespace.
void apply() const
Applies the glPatchParameter values.
The base class for all the reference counted objects.
void setPatchDefaultOuterLevel(const fvec4 &level)
The four floating-point values corresponding to the four outer tessellation levels for each subsequen...
int patchVertices() const
Returns the number of vertices that will be used to make up a single patch primitive.
PatchParameter()
Constructor.
const fvec2 & patchDefaultInnerLevel() const
The two floating-point values corresponding to the tow inner tessellation levels for each subsequent ...
const fvec4 & patchDefaultOuterLevel() const
The four floating-point values corresponding to the four outer tessellation levels for each subsequen...
Wrapper of glPatchParameter(), specifies the parameters for patch primitives, used by vl::DrawCall::s...