display: Add gsg.engine property

This commit is contained in:
rdb 2025-01-25 18:08:29 +01:00
parent 3082d28fe8
commit 7ba4fe365c
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ PUBLISHED:
GraphicsEngine *get_engine() const;
INLINE const GraphicsThreadingModel &get_threading_model() const;
MAKE_PROPERTY(pipe, get_pipe);
MAKE_PROPERTY(engine, get_engine);
INLINE bool is_hardware() const;
virtual INLINE bool prefers_triangle_strips() const;