|
@@ -72,7 +72,7 @@ public:
|
|
|
MathUtil::Rectangle<int> crop_rect;
|
|
MathUtil::Rectangle<int> crop_rect;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
- void SetPreallocatedBuffer(u32 slot, IGBPBuffer& buffer);
|
|
|
|
|
|
|
+ void SetPreallocatedBuffer(u32 slot, const IGBPBuffer& igbp_buffer);
|
|
|
boost::optional<u32> DequeueBuffer(u32 width, u32 height);
|
|
boost::optional<u32> DequeueBuffer(u32 width, u32 height);
|
|
|
const IGBPBuffer& RequestBuffer(u32 slot) const;
|
|
const IGBPBuffer& RequestBuffer(u32 slot) const;
|
|
|
void QueueBuffer(u32 slot, BufferTransformFlags transform,
|
|
void QueueBuffer(u32 slot, BufferTransformFlags transform,
|