diff options
| author | David Pinedo <david@lunarg.com> | 2015-02-02 18:02:40 -0700 |
|---|---|---|
| committer | Ian Elliott <ian@LunarG.com> | 2015-02-18 15:46:17 -0700 |
| commit | 2c0301c988dcf6fa5e28ec5b69916ba2cf26cd5e (patch) | |
| tree | dd8223e08331269a9cc44ff340c4a2c92b707385 /include/xglWsiWinExt.h | |
| parent | 7b8fee6cb12a92cd5c82f976ba2b8114d94290fc (diff) | |
| download | usermoji-2c0301c988dcf6fa5e28ec5b69916ba2cf26cd5e.tar.xz | |
nulldrv: Creation of the nulldrv, for use on Windows.
Since the sample Intel driver hasn't been ported to Windows, this nulldrv is
being used to bootstrap Windows support. It can also provide a hint to new
IHV's for how to set the magic number.
Diffstat (limited to 'include/xglWsiWinExt.h')
| -rw-r--r-- | include/xglWsiWinExt.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/xglWsiWinExt.h b/include/xglWsiWinExt.h new file mode 100644 index 00000000..73b52fb9 --- /dev/null +++ b/include/xglWsiWinExt.h @@ -0,0 +1,9 @@ +/* IN DEVELOPMENT. DO NOT SHIP. */ + +#ifndef __XGLWSIWINEXT_H__ +#define __XGLWSIWINEXT_H__ + + +// TODO: create the contents of this file + +#endif // __XGLWSIWINEXT_H__ |
