35 #ifndef IECOREGL_TOGLCAMERACONVERTER_H
36 #define IECOREGL_TOGLCAMERACONVERTER_H
38 #include "IECoreGL/Export.h"
39 #include "IECoreGL/ToGLConverter.h"
41 #include "IECore/Camera.h"
46 IE_CORE_FORWARDDECLARE( Camera );
55 typedef IECore::Camera InputType;
56 typedef IECoreGL::Camera ResultType;
65 IECore::RunTimeTypedPtr doConversion( IECore::ConstObjectPtr src, IECore::ConstCompoundObjectPtr operands )
const override;
77 #endif // IECOREGL_TOGLCAMERACONVERTER_H
Definition: ToGLConverter.h:51
The namespace within which all CoreGL functionality is defined.
Definition: AlphaTexture.h:41
Definition: ToGLConverter.h:88
Definition: ToGLCameraConverter.h:50