We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ScopedBinding
1 parent 3114c7d commit dd78fc3Copy full SHA for dd78fc3
include/IECoreGL/Buffer.h
@@ -74,7 +74,7 @@ class IECOREGL_API Buffer : public IECore::RunTimeTyped
74
/// The ScopedBinding class allows the buffer to be bound to a target
75
/// for a specific duration, without worrying about remembering to
76
/// unbind it.
77
- class ScopedBinding
+ class IECOREGL_API ScopedBinding
78
{
79
80
public :
0 commit comments