Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::VertexAttribInfo. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportVertexAttribInfo (VLXSerializer &s, const VertexAttribInfo *info, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::VertexAttribInfo.
Definition at line 788 of file VLXWrappers.hpp.
virtual ref<Object> vl::VLXClassWrapper_VertexAttribInfo::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 790 of file VLXWrappers.hpp.
References vl::VLXValue::Bool, vl::Log::error(), vl::ref< T >::get(), vl::VLXValue::getBool(), vl::VLXValue::getStructure(), vl::VLXValue::Identifier, vl::VLXSerializer::importVLX(), vl::VLXValue::lineNumber(), vl::VLXTaggedValue::lineNumber(), NULL, vl::VLXSerializer::registerImportedStructure(), vl::VLXSerializer::signalImportError(), vl::VLXValue::Structure, vl::VLXTaggedValue::tag(), vl::VLXValue::type(), vl::VLXStructure::value(), vl::vlx_EVertexAttribInterpretation(), and VLX_IMPORT_CHECK_RETURN_NULL.
void vl::VLXClassWrapper_VertexAttribInfo::exportVertexAttribInfo | ( | VLXSerializer & | s, |
const VertexAttribInfo * | info, | ||
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 834 of file VLXWrappers.hpp.
References vl::VertexAttribInfo::data(), vl::VLXSerializer::exportVLX(), vl::VertexAttribInfo::interpretation(), vl::VertexAttribInfo::normalize(), vl::vlx_EVertexAttribInterpretation(), and vl::vlx_Identifier().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_VertexAttribInfo::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 841 of file VLXWrappers.hpp.
References vl::Object::as(), exportVertexAttribInfo(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().