aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2016-12-01 14:47:23 -0700
committerMark Lobodzinski <mark@lunarg.com>2016-12-02 08:42:38 -0700
commitb83fdd612e20378d0f63f5c865d5cc6b2a9e23ed (patch)
treeb47ba081ab3f419b9cceeafb2d903ed22393d4b0 /scripts
parent28f469d4383b6a5ffb26dc7d885e58a9c5d44a62 (diff)
downloadusermoji-b83fdd612e20378d0f63f5c865d5cc6b2a9e23ed.tar.xz
scripts: Remove ICD reference from build script
Change-Id: Iaa32b64423a7df3e8533d3fcd3a38f07e4a94051
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vk-generate.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/vk-generate.py b/scripts/vk-generate.py
index e2f37d9a..57344e3a 100755
--- a/scripts/vk-generate.py
+++ b/scripts/vk-generate.py
@@ -228,9 +228,6 @@ class WinDefFileSubcommand(Subcommand):
def run(self):
library_exports = {
"all": [],
- "icd": [
- "vk_icdGetInstanceProcAddr",
- ],
"layer": [
"vkGetInstanceProcAddr",
"vkGetDeviceProcAddr",