display: Add gsg.engine property
This commit is contained in:
parent
3082d28fe8
commit
7ba4fe365c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue