GPUOpen-Archive / Anvil

Anvil is a cross-platform framework for Vulkan
MIT License
594 stars 62 forks source link

Fixed GraphicsPipelineCreateInfo::create taking a parameter of type PipelineCreateFlagBits instead of PipelineCreateFlags #115

Closed Silverlan closed 5 years ago

Silverlan commented 5 years ago

The type of the first parameter of GraphicsPipelineCreateInfo::create was PipelineCreateFlagBits, which would only allow specifying a single flag. I'm assuming this is a bug and the type should've been PipelineCreateFlags instead.

DominikWitczakAMD commented 5 years ago

Many thanks, really appreciate your work!