CUSTOM_RGBA8_UNORM:null = 0
Limits range of data passed to
set_custom to unsigned normalized 0 to 1 stored in 8 bits per channel. See [constant Mesh.ARRAY_CUSTOM_RGBA8_UNORM].
CUSTOM_RGBA8_SNORM:null = 1
Limits range of data passed to
set_custom to signed normalized -1 to 1 stored in 8 bits per channel. See [constant Mesh.ARRAY_CUSTOM_RGBA8_SNORM].
CUSTOM_RG_HALF:null = 2
Stores data passed to
set_custom as half precision floats, and uses only red and green color channels. See [constant Mesh.ARRAY_CUSTOM_RG_HALF].
CUSTOM_RGBA_HALF:null = 3
Stores data passed to
set_custom as half precision floats and uses all color channels. See [constant Mesh.ARRAY_CUSTOM_RGBA_HALF].
CUSTOM_R_FLOAT:null = 4
Stores data passed to
set_custom as full precision floats, and uses only red color channel. See [constant Mesh.ARRAY_CUSTOM_R_FLOAT].
CUSTOM_RG_FLOAT:null = 5
Stores data passed to
set_custom as full precision floats, and uses only red and green color channels. See [constant Mesh.ARRAY_CUSTOM_RG_FLOAT].
CUSTOM_RGB_FLOAT:null = 6
Stores data passed to
set_custom as full precision floats, and uses only red, green and blue color channels. See [constant Mesh.ARRAY_CUSTOM_RGB_FLOAT].
CUSTOM_RGBA_FLOAT:null = 7
Stores data passed to
set_custom as full precision floats, and uses all color channels. See [constant Mesh.ARRAY_CUSTOM_RGBA_FLOAT].
CUSTOM_MAX:null = 8
Used to indicate a disabled custom channel.