Try / Tempest

API abstraction layer for 3D graphics, UI and sound. Written in C++17 with Vulkan, DX12 and Metal support.
MIT License
86 stars 25 forks source link

Update vcommandbuffer.cpp #15

Closed Sebbestune closed 4 years ago

Sebbestune commented 4 years ago

The VK_IMAGE_LAYOUT_RANGE_SIZE is now deprecated (removed from latest Vulkan headers) as can be seen here: https://cgit.freedesktop.org/mesa/mesa/commit/?id=c4d11ea3c43447da5add84bdd2e0c91786d9af9b and here https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4878 .

Removing these lines allow OpenGothic to compile and should not break anything.

Try commented 4 years ago

Thanks, for PR! Merged.