commit | 70453edf28133fcfa65e250852c91c6662b89b5b | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Aug 20 15:26:23 2014 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Aug 20 16:10:35 2014 -0600 |
tree | 433a88e9a8f3191e2674f697e03ab85d241bdafd | |
parent | cc5eb3a1ee172bd80eb6e3d33983848650d35878 [diff] [blame] |
tests: Update xgldevice class with more xgl functions
diff --git a/tests/xgldevice.h b/tests/xgldevice.h index 9024ac0..764426c 100644 --- a/tests/xgldevice.h +++ b/tests/xgldevice.h
@@ -11,7 +11,9 @@ XGL_DEVICE device() {return this->m_xgl_device_object;} void init_formats(); void init_device(); - void get_device_queue(); + void get_device_queue(XGL_QUEUE_TYPE queue_type, + XGL_UINT queue_idx); + void get_device_queue() {get_device_queue();} private: XGL_DEVICE m_xgl_device_object;