Results 12 issues of jclc

When using the static libraries, trying to load Vulkan results in the error: `Vulkan support is either not configured in SDL or not available in current SDL video driver (x11)...

build

I'm importing this package alongside github.com/andlabs/ui and I get this error when cross-compiling to Windows using mingw: ``` /usr/lib/go/pkg/tool/linux_amd64/link: running x86_64-w64-mingw32-g++ failed: exit status 1 /usr/lib/gcc/x86_64-w64-mingw32/8.1.0/../../../../x86_64-w64-mingw32/lib/../lib/libSDL2.a(SDL_windows.o):(.text+0x17f): undefined reference to `__imp_CoInitializeEx'...

build

I would like to update the bindings to the latest version but the code generation script fails with the following error: ``` [jclc@nakkimuki vulkan]$ make c-for-go -ccdefs -out .. vulkan.yml...

Perhaps a niche use case, but I need to load SPIR-V shaders as []uint32 for Vulkan. Currently, I have to first load it into a []byte and then write it...

enhancement
help wanted

Certain header files, such as stddef.h are compiler and/or version dependent and do not reside in /usr/include for compatibility reasons. c-for-go however does not look for these directories. Running `...

It would make sense for this library to support both OpenGL and Vulkan coordinate systems. One difference that comes to mind is that screen coordinates in Vulkan range from 0...

### Problem Description The test suite assumes SoftHSM tokens can be created and accessed on slot 0, however this behaviour is no longer supported by SoftHSM. When creating a token...

Adds support for `--encrypt` and `--decrypt` when using `-m AES-GCM`. Note that due to AES-GCM being a cipher method with authenticated data, multipart decryption doesn't return any data until C_DecryptFinal....

This project is clearly abandoned in favour of renderdoc, the readme should probably be updated to reflect this fact and the repository should be archived.

Compilation fails with the following output: ``` $ make [ 25%] Built target voglcore [ 26%] Built target voglgen [ 26%] Built target voglgen_make_inc [ 32%] Built target backtracevogl [...