The Wayback Machine - https://web.archive.org/web/20200703024725/https://github.com/topics/spir-v
Skip to content
#

spir-v

Here are 47 public repositories matching this topic...

JasonHise
JasonHise commented Jul 24, 2019

It is unclear from the provided documentation what the difference is between a chunk and a subbuffer. Without examples it can be very difficult to identify when using one instead of the other may be necessary. We spent multiple days tracking down why an attempt to pass a subbuffer of vertices to a call to draw() was failing to compile. The error message was extremely verbose, but ultimately see

grovesNL
grovesNL commented Feb 2, 2018

Some functions (especially simple getter-like functions) could probably avoid returning a Result and simply return the type, because we don't actually expect exceptions to be thrown on the C++ side.

As well, reconsider ErrorCode. Perhaps a String is sufficient for these cases and we can avoid the enum altogether.

Improve this page

Add a description, image, and links to the spir-v topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the spir-v topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.