Merge pull request #92045 from RandomShaper/context_getter
Add context getter to RenderingDevice
This commit is contained in:
commit
6aece8e1b6
|
@ -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 New Issue