gfx-rs / portability

Vulkan Portability Implementation
Mozilla Public License 2.0
383 stars 25 forks source link

Fixed some limits that were giving invalid validation layer responses #188

Closed Thomspoon closed 5 years ago

Thomspoon commented 5 years ago

Added missing limits for some validation layers.

Dependent on: https://github.com/gfx-rs/gfx/pull/2814/

Also cleaned up a compiler error and random warning from the previous commit.

kvark commented 5 years ago

Please update to latest gfx-hal

Thomspoon commented 5 years ago

I think the CI ran before gfx-rs/gfx#2814 was merged

kvark commented 5 years ago

You need to do cargo update -p gfx-hal and then update this PR's Cargo.lock

bors[bot] commented 5 years ago

Build succeeded