From 8918c644a78f79256068502b5583765d7b4c66b8 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Tue, 28 Jul 2020 11:37:53 +0200 Subject: [PATCH] Update of submodule glslang --- .appveyor.yml | 3 +++ glslang | 2 +- tests/DeviceFunctions/DeviceFunctions.cpp | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 39ec12c..cd46609 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,10 +11,13 @@ build: environment: matrix: - GENERATOR_ARCH: Win32 + PYTHON: "C:\\Python38" - GENERATOR_ARCH: x64 + PYTHON: "C:\\Python38-x64" install: - git submodule update --init --recursive + - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH% build_script: - mkdir build diff --git a/glslang b/glslang index 05d12a9..3ee5f2f 160000 --- a/glslang +++ b/glslang @@ -1 +1 @@ -Subproject commit 05d12a9461dd0a76053bdd42f062a37a10d56afb +Subproject commit 3ee5f2f1d3316e228916788b300d786bb574d337 diff --git a/tests/DeviceFunctions/DeviceFunctions.cpp b/tests/DeviceFunctions/DeviceFunctions.cpp index b400588..e13d148 100644 --- a/tests/DeviceFunctions/DeviceFunctions.cpp +++ b/tests/DeviceFunctions/DeviceFunctions.cpp @@ -59,7 +59,7 @@ int main( int /*argc*/, char ** /*argv*/ ) vk::UniqueCommandBuffer commandBuffer = std::move( device->allocateCommandBuffersUnique( {}, vectorAllocator, vk::DispatchLoaderStatic() ).front() ); - commandBuffer->begin( nullptr ); + commandBuffer->begin( vk::CommandBufferBeginInfo() ); std::vector>::allocator_type dynamicVectorAllocator; vk::UniqueHandle dynamicCommandBuffer = std::move(