[D3D12] Add DXBC tokens and checksum
This commit is contained in:
18
third_party/dxbc.lua
vendored
Normal file
18
third_party/dxbc.lua
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
group("third_party")
|
||||
project("dxbc")
|
||||
uuid("c96688ca-51ca-406e-aeef-068734a67abe")
|
||||
kind("StaticLib")
|
||||
language("C++")
|
||||
links({
|
||||
})
|
||||
defines({
|
||||
"_LIB",
|
||||
})
|
||||
includedirs({
|
||||
"dxbc",
|
||||
})
|
||||
files({
|
||||
"dxbc/d3d12TokenizedProgramFormat.hpp",
|
||||
"dxbc/DXBCChecksum.cpp",
|
||||
"dxbc/DXBCChecksum.h",
|
||||
})
|
||||
Reference in New Issue
Block a user