|
@@ -797,6 +797,8 @@ private:
|
|
#endif
|
|
#endif
|
|
|
|
|
|
public:
|
|
public:
|
|
|
|
+ RenderingContextDriver *get_context_driver() const { return context; }
|
|
|
|
+
|
|
const RDD::Capabilities &get_device_capabilities() const { return driver->get_capabilities(); }
|
|
const RDD::Capabilities &get_device_capabilities() const { return driver->get_capabilities(); }
|
|
|
|
|
|
bool has_feature(const Features p_feature) const;
|
|
bool has_feature(const Features p_feature) const;
|