| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/io/glslgeometryshaderreader.h>

Public Member Functions | |
| virtual SO< SharedObj > | read (DataResource *resource, const ID &targetType) const |
| See `ObjectReader'. | |
| virtual const char * | objectFormatName () const |
| virtual const char * | objectFileSuffix () const |
| File suffix is "geom" or "gs" or "g"(per convention; this is not standardized). | |
| virtual bool | canProduce (const ID &targetType) const |
| VRS_TYPEINFO (GLSLGeometryShaderReader, ObjectReader) | |
| virtual SO<SharedObj> VRS::GLSLGeometryShaderReader::read | ( | DataResource * | resource, | |
| const ID & | targetType | |||
| ) | const [virtual] |
| virtual const char* VRS::GLSLGeometryShaderReader::objectFormatName | ( | void | ) | const [inline, virtual] |
Implements VRS::ObjectReader.
| virtual const char* VRS::GLSLGeometryShaderReader::objectFileSuffix | ( | void | ) | const [inline, virtual] |
File suffix is "geom" or "gs" or "g"(per convention; this is not standardized).
Implements VRS::ObjectReader.
| virtual bool VRS::GLSLGeometryShaderReader::canProduce | ( | const ID & | targetType | ) | const [virtual] |
Reimplemented from VRS::ObjectReader.
| VRS::GLSLGeometryShaderReader::VRS_TYPEINFO | ( | GLSLGeometryShaderReader | , | |
| ObjectReader | ||||
| ) |