]> git.sesse.net Git - nageru/blobdiff - pbo_frame_allocator.h
Upgrade to newer bmusb, with namespacing.
[nageru] / pbo_frame_allocator.h
index 891806a793826eaa08d14c8fbe917aca0adb9571..9220491669c2a194bac2b3c2833d3c3f2ffaf696 100644 (file)
@@ -12,7 +12,7 @@
 // An allocator that allocates straight into OpenGL pinned memory.
 // Meant for video frames only. We use a queue rather than a stack,
 // since we want to maximize pipelineability.
-class PBOFrameAllocator : public FrameAllocator {
+class PBOFrameAllocator : public bmusb::FrameAllocator {
 public:
        // Note: You need to have an OpenGL context when calling
        // the constructor.