Skip to content

CXNetworkSetMultiCategoryBuffers

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:561

Description

Replaces the packed offset/id/weight buffers for a multi-category attribute.

Signature

CX_EXTERN CXBool CXNetworkSetMultiCategoryBuffers( CXNetworkRef network, CXAttributeScope scope, const CXString name, const uint32_t *offsets, CXSize offsetCount, const uint32_t *ids, CXSize idCount, const float *weights );