From 68bfbc2194972f4b4ccd6073758bfa5ece522f67 Mon Sep 17 00:00:00 2001 From: Shannon McPherson Date: Mon, 6 Jul 2020 11:29:34 -0600 Subject: build: Update known-good files for 1.2.146 header Changes: - Updated `known_good.json` - Added directfb to platform dictionary in `common_codegen.py` - Generated new source files Change-Id: I8dcc87d22036b2df068da0c5220a5e1158bbe07c --- scripts/common_codegen.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/common_codegen.py') diff --git a/scripts/common_codegen.py b/scripts/common_codegen.py index 11b4fe59..e7bfb9cf 100644 --- a/scripts/common_codegen.py +++ b/scripts/common_codegen.py @@ -58,6 +58,7 @@ platform_dict = { 'xlib' : 'VK_USE_PLATFORM_XLIB_KHR', 'xlib_xrandr' : 'VK_USE_PLATFORM_XLIB_XRANDR_EXT', 'provisional' : 'VK_ENABLE_BETA_EXTENSIONS', + 'directfb' : 'VK_USE_PLATFORM_DIRECTFB_EXT', } # -- cgit v1.2.3