Add context getter to RenderingDevice
This commit is contained in:
parent
5708a3a02e
commit
ffa791c41f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue