Vulkan.NET icon indicating copy to clipboard operation
Vulkan.NET copied to clipboard

Release mode issue

Open iantpryor opened this issue 1 year ago • 1 comments

It is not possible to currently build/run in release mode due to a few un-initialized variables, but mostly due to the behavior of [Conditional("DEBUG")] on CheckErrors(Vkresult result) which is used in may places. The conditional will remove the function as well as evaluation of all of its parameters, resulting in many calls not being made.

iantpryor avatar Apr 24 '23 19:04 iantpryor