Closed jcoder58 closed 8 years ago
You could post your source code or the relevant lines that cause an error. It looks like your GPU doesn't like line widths that are not 1.
In your project MiniTri, in Sample.cs line 37, change validate = false to validate = true. Compile and run. No other code changes made.
Driver is Nvidia Version 365.10. GPU is GTX870M
Thanks for the report! Should be fixed.
Out of curiosity, what video card do you use?
I have an MSI GT70 2PC laptop with an embedded Nvidia 870M GPU.
Vulkan reports:
Error: Attempt to set lineWidth to 0.000000 but physical device wideLines feature not supported/enabled so lineWidth must be 1.0f! ([10] DS) Warning: vkCreateGraphicsPipelines: returned VK_ERROR_VALIDATION_FAILED_EXT, indicating that API validation has detected an invalid use of the API ([1] ParameterValidation)