17 #ifndef __UTIL_PARAM_H__
18 #define __UTIL_PARAM_H__
23 #include <OpenImageIO/paramlist.h>
24 #include <OpenImageIO/typedesc.h>
25 #include <OpenImageIO/ustring.h>
31 static constexpr TypeDesc
TypeFloat2(TypeDesc::FLOAT, TypeDesc::VEC2);
32 static constexpr TypeDesc
TypeRGBA(TypeDesc::FLOAT, TypeDesc::VEC4, TypeDesc::COLOR);
35 TypeDesc::NOSEMANTICS,
#define CCL_NAMESPACE_END
static constexpr TypeDesc TypeFloatArray4(TypeDesc::FLOAT, TypeDesc::SCALAR, TypeDesc::NOSEMANTICS, 4)
static constexpr TypeDesc TypeRGBA(TypeDesc::FLOAT, TypeDesc::VEC4, TypeDesc::COLOR)
CCL_NAMESPACE_BEGIN static constexpr OIIO_NAMESPACE_USING TypeDesc TypeFloat2(TypeDesc::FLOAT, TypeDesc::VEC2)