to supported new version of GLSLCompiler.dll

This commit is contained in:
2023-05-31 17:18:14 +08:00
parent 71fd42cfc8
commit 5521c53c94
7 changed files with 43 additions and 8 deletions

View File

@@ -106,9 +106,9 @@ constexpr const VkFormat SwapchainPreferFormatsLDR[]=
constexpr const VkFormat SwapchainPreferFormatsSDR[]=
{
PF_RGBA8UN,PF_RGBA8s,
PF_BGRA8UN,PF_BGRA8s,
PF_ABGR8UN,PF_ABGR8s,
PF_RGBA8UN,//PF_RGBA8s,
PF_BGRA8UN,//PF_BGRA8s,
PF_ABGR8UN,//PF_ABGR8s,
PF_A2RGB10UN,
PF_A2BGR10UN,
// PF_B10GR11UF

View File

@@ -23,7 +23,9 @@ VK_NAMESPACE_BEGIN
struct
{
VK_BOOL1BIT(synchronization2)
VK_BOOL1BIT(validation)
VK_BOOL1BIT(profiles)
}khronos;
struct