chuigda / vulkan4j

Vulkan bindings for Java using Project-Panama (java.lang.foreign) APIs
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

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

Closed chuigda closed 5 days ago

chuigda commented 1 week ago

Java exception

CousinZe commented 5 days ago

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