abbaswasim

Results 19 comments of abbaswasim

I am having the same issue when built as shared library although there is [this]( https://github.com/KhronosGroup/glslang/blob/3ce148638bdc3807316e358dee4a5c9583189ae7/CMakeLists.txt#L298) fix which still doesn't help. My use case is linking Glslang with a framework...

I am also interested in the answer. This repo does seem to be providing some interesting completion functionality. Are these now provided by `lsp-mode` itself. Perhaps also a question for...

@NewHand007 `abbaswasim:shadows` only has the bits that are required in `imgui` for the shadows to work. The rest of the application logic that you need to make sure the shadow...

@sharkdp the status hasn't changed. The issue is still there. Its a problem for me because I can't see tab to spaces or spaces to tabs changes in my git...

Last time we tested, the new sample generation scripts as you mentioned [this one](https://github.com/KhronosGroup/Vulkan-Samples/blob/master/bldsys/scripts/generate_sample.sh) should generate a sample that works on all platforms we support. Did you have issues with...

Standalone project? What do you mean by that? The sample generated is part of the bigger samples project yes. It will be like any other sample. You can build it...

That’s not possible with these scripts. The scripts just creates a Skelton sample for you that you can fill in. It still uses the vulkan samples framework as well as...

I can see both sides of the coin. I can imagine someone already using cmake build system would find it very easy to integrate a cmake build system third party...

@SaschaWillems [Kram](https://github.com/alecazam/kram) claim to support ktx and ktx2 with the following limitations: ``` KTX - only uncompressed, mip levels are unaligned to block size from 4 byte length at chunk...