supported SPIRV-Cross of VulkanSDK

This commit is contained in:
2022-09-21 19:26:16 +08:00
parent e813fb426a
commit 3918efb4a8
4 changed files with 260 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#include<glslang/SPIRV/GlslangToSpv.h>
#include<glslang/Include/ResourceLimits.h>
#include"SPIRV-Cross/spirv_common.hpp"
#include"StandAlone/DirStackFileIncluder.h"
#include"DirStackFileIncluder.h"
#include"VKShaderParse.h"
#include<vector>
#include<iostream>