diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-03-17 14:54:35 -0600 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-03-18 08:43:10 -0600 |
| commit | fe3d8bcb017490078ab9100109d0efa8ab539f24 (patch) | |
| tree | 5d350addfc45fe992b78ad57acdc4e738315a150 | |
| parent | c8ea79c6b4200761c6a9abb113eddc49ec2d77b2 (diff) | |
| download | usermoji-fe3d8bcb017490078ab9100109d0efa8ab539f24.tar.xz | |
icd: Rename icd-bil.h to icd-spv.h
| -rw-r--r-- | demos/cube.c | 2 | ||||
| -rw-r--r-- | demos/tri.c | 2 | ||||
| -rw-r--r-- | icd/common/icd-spv.h (renamed from icd/common/icd-bil.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/demos/cube.c b/demos/cube.c index 1da70b31..0fa41230 100644 --- a/demos/cube.c +++ b/demos/cube.c @@ -10,7 +10,7 @@ #include <xglDbg.h> #include <xglWsiX11Ext.h> -#include "icd-bil.h" +#include "icd-spv.h" #include "linmath.h" #if defined(__linux__) diff --git a/demos/tri.c b/demos/tri.c index 151d2cd6..780e41b3 100644 --- a/demos/tri.c +++ b/demos/tri.c @@ -21,7 +21,7 @@ #include <xglWsiX11Ext.h> #endif -#include "icd-bil.h" +#include "icd-spv.h" #define DEMO_BUFFER_COUNT 2 #define DEMO_TEXTURE_COUNT 1 diff --git a/icd/common/icd-bil.h b/icd/common/icd-spv.h index 7ef06118..7ef06118 100644 --- a/icd/common/icd-bil.h +++ b/icd/common/icd-spv.h |
