We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There seems to be an issue here:
Vulkan.NET/VulkanGen/Evergine.Bindings.Vulkan/Generated/Commands.cs
Line 2423 in 2e1290c
The vulkan API is
// Provided by VK_KHR_fragment_shading_rate void vkCmdSetFragmentShadingRateKHR( VkCommandBuffer commandBuffer, const VkExtent2D* pFragmentSize, const VkFragmentShadingRateCombinerOpKHR combinerOps[2]);
taking two VkFragmentShadingRateCombinerOpKHR
The text was updated successfully, but these errors were encountered:
I have a fix for this in my fork: jayrulez/Bulkan.Generator@2dcdf05
Perhaps you want it to use it or fix it differently.
Sorry, something went wrong.
Hi,
I'm going to review this fix before make this changes.
Thank you for your help!
No branches or pull requests
There seems to be an issue here:
Vulkan.NET/VulkanGen/Evergine.Bindings.Vulkan/Generated/Commands.cs
Line 2423 in 2e1290c
The vulkan API is
taking two VkFragmentShadingRateCombinerOpKHR
The text was updated successfully, but these errors were encountered: