180856cf7d
Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
26 lines
958 B
Diff
26 lines
958 B
Diff
From e27b4381be1af80b4cadd74b7357a1895721121a Mon Sep 17 00:00:00 2001
|
|
From: Ryan Harrison <rharrison@google.com>
|
|
Date: Mon, 4 May 2020 14:17:34 -0400
|
|
Subject: [PATCH] Rolling 5 dependencies and fixing build
|
|
|
|
Roll third_party/glslang/ f03cb290a..b5f003d7a (7 commits)
|
|
|
|
Fixes #1056
|
|
---
|
|
libshaderc_util/src/resources.cc | 2 +-
|
|
2 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
diff --git a/libshaderc_util/src/resources.cc b/libshaderc_util/src/resources.cc
|
|
index 458a63f5..d64e47fa 100644
|
|
--- a/libshaderc_util/src/resources.cc
|
|
+++ b/libshaderc_util/src/resources.cc
|
|
@@ -125,7 +125,7 @@ const TBuiltInResource kDefaultTBuiltInR
|
|
/* .maxTaskWorkGroupSizeY_NV = */ 1,
|
|
/* .maxTaskWorkGroupSizeZ_NV = */ 1,
|
|
/* .maxMeshViewCountNV = */ 4,
|
|
- /* .maxDualSourceDrawBuffersEXT = */ 1,
|
|
+
|
|
// This is the glslang TLimits structure.
|
|
// It defines whether or not the following features are enabled.
|
|
// We want them to all be enabled.
|