chuigda / vulkan4j

Vulkan bindings for Java using Project-Panama (java.lang.foreign) APIs
http://vulkan4j.7dg.tech/
BSD 3-Clause "New" or "Revised" License
16 stars 0 forks source link

Use Java exception or Vulkan error code in high-level command wrappers? #2

Closed chuigda closed 1 month ago

chuigda commented 2 months ago

Java exception

CousinZe commented 1 month ago

LWJGL uses vulkan error code and that should be meaningful somehow. We just follow them.