Benjamin Frye

Results 6 issues of Benjamin Frye

I'm getting vulkan validation errors when running the examples on windows, the following output is from the `hello` example, but I get similar results from the `clipping` and `depth` examples...

Just a suggestion, I personally would find better wgl documentation quite useful, as the existing wgl documentation is quite poor.

[glDrawArrays](http://docs.gl/gl4/glDrawArrays) can fail (GL_INVALID_OPERATION) if there is no Vertex Array Object bound (core profile only). This is not currently specified. (I believe that similar issues may be present for other...

Added [ubench.h](https://github.com/sheredom/ubench.h) to miscellaneous. I added it to miscellaneous as the only similar library I could find was [picobench](https://github.com/iboB/picobench) also in the miscellaneous section. Might be worth adding another category.

gfx-rs has been deprecated for quite some time, and wgpu is it's successor. Also wgpu is probably the most widely-used project that depends on ash (since it is used by...

Supersedes #914 (since 0.30 has breaking changes it requires some code changes).