From fbab31badace6426e129ef80617b70ab9c8390f7 Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Mon, 5 Jun 2017 16:27:09 -0400 Subject: [PATCH] Roll spirv-cross bd7c47a0 -> 3ab17000 --- src/backend/metal/MetalBackend.mm | 5 +---- third_party/spirv-cross | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/backend/metal/MetalBackend.mm b/src/backend/metal/MetalBackend.mm index 12c6681398..80aacf6eb5 100644 --- a/src/backend/metal/MetalBackend.mm +++ b/src/backend/metal/MetalBackend.mm @@ -1065,10 +1065,7 @@ namespace metal { compiler = new spirv_cross::CompilerMSL(builder->AcquireSpirv()); ExtractSpirvInfo(*compiler); - spirv_cross::MSLConfiguration mslConfig; - mslConfig.flip_vert_y = false; - mslConfig.flip_frag_y = false; - std::string msl = compiler->compile(mslConfig); + std::string msl = compiler->compile(); NSString* mslSource = [NSString stringWithFormat:@"%s", msl.c_str()]; NSError *error = nil; diff --git a/third_party/spirv-cross b/third_party/spirv-cross index bd7c47a071..3ab1700073 160000 --- a/third_party/spirv-cross +++ b/third_party/spirv-cross @@ -1 +1 @@ -Subproject commit bd7c47a0711c3551820ca8c994ff468c143a2e20 +Subproject commit 3ab17000735e718c26bf4a1bf3ef279e9fb02793