CL_ATTRIB_REQUIRED = 0x00000001, /**< Required. Data will be instanced and uploaded for this cluster. */ CL_ATTRIB_READ = 0x00000002, /**< Read access required by user node(s)/callback(s). */ CL_ATTRIB_WRITE = 0x00000004, /**< Write access required by user node(s)/callback(s). */ CL_ATTRIB_READWRITE = 0x00000006, /**< Simply (CL_ATTRIB_READ ¦ CL_ATTRIB_WRITE) if either are set, the * data is 'broken out' (it's a contiguous array DMA'd by reference). */ CL_ATTRIB_DONT_FILL = 0x00000008, /**< Don't initialize the data. Will be overwritten by user * node(s)/callback(s). */ CL_ATTRIB_PLACEHOLDER = 0x00000010, /**< VU mem place holder - space will be reserved on VU1 but no data * will be allocated CPU-side or uploaded. * NOTE: REQUIRED and PLACEHOLDER should not both be set. * If both are, REQUIRED overrides PLACEHOLDER. */ CL_ATTRIB_OPAQUE = 0x00002000, /**