VK: Initial commit.

This commit is contained in:
Branimir Karadžić
2016-12-15 19:03:47 -08:00
parent f46d6a5803
commit e0b901a98a
5 changed files with 5855 additions and 17 deletions

View File

@@ -161,11 +161,6 @@ function bgfxProject(_name, _kind, _defines)
path.join(BGFX_DIR, "src/**.bin.h"),
}
overridefiles(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-ext"), {
path.join(BGFX_DIR, "src/renderer_vk.cpp"),
path.join(BGFX_DIR, "src/renderer_vk.h"),
})
overridefiles(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-ext"), {
path.join(BGFX_DIR, "src/renderer_gnm.cpp"),
path.join(BGFX_DIR, "src/renderer_gnm.h"),