AttributeProps#

Available in header <OpenMfx/Sdk/Cpp/Host/AttributeProps>.

struct OpenMfx::AttributeProps#

Public Functions

AttributeProps()#
OfxStatus fetchProperties(const OfxPropertySuiteV1 *propertySuite, OfxPropertySetHandle properties)#
OfxStatus fetchProperties(const OfxPropertySuiteV1 *propertySuite, const OfxMeshEffectSuiteV1 *meshEffectSuite, OfxMeshHandle mesh, const char *attachment, const char *name)#
OfxStatus setProperties(const OfxPropertySuiteV1 *propertySuite, OfxPropertySetHandle properties) const#
template<typename T>
T *at(int index)#
template<typename T>
const T *at(int index) const#

Public Members

AttributeType type#
int stride#
int componentCount#
char *data#
bool isOwner#