Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::TextureSampler. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importTextureSampler (VLXSerializer &s, const VLXStructure *vlx, TextureSampler *obj) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportTextureSampler (VLXSerializer &s, const TextureSampler *tex_sampler, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::TextureSampler.
Definition at line 3558 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_TextureSampler::importTextureSampler | ( | VLXSerializer & | s, |
const VLXStructure * | vlx, | ||
TextureSampler * | obj | ||
) | [inline] |
Definition at line 3560 of file VLXWrappers.hpp.
References vl::VLXValue::getStructure(), vl::VLXStructure::getValue(), vl::VLXSerializer::importVLX(), NULL, vl::TextureSampler::setTexParameter(), vl::TextureSampler::setTexture(), vl::VLXValue::Structure, vl::VLXValue::type(), and VLX_IMPORT_CHECK_RETURN.
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_TextureSampler::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 3581 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importTextureSampler(), and vl::VLXSerializer::registerImportedStructure().
void vl::VLXClassWrapper_TextureSampler::exportTextureSampler | ( | VLXSerializer & | s, |
const TextureSampler * | tex_sampler, | ||
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 3590 of file VLXWrappers.hpp.
References vl::VLXSerializer::exportVLX(), vl::TextureSampler::getTexParameter(), and vl::TextureSampler::texture().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_TextureSampler::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 3598 of file VLXWrappers.hpp.
References vl::Object::as(), exportTextureSampler(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().