V-EZ icon indicating copy to clipboard operation
V-EZ copied to clipboard

Results 35 V-EZ issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/48065080/62355057-e5c03e00-b516-11e9-9042-746d8c59298c.png) I ran into this problem when I created shadow maps in my project. My command buffers are rebuilt every frame, so this error constantly appears. I decided to run...

From a fresh install, not having submodules instruction first generated error in cmake cmd on linux mint 19 64bit.

Given that the MoltenVK translation layer is now open source and handled by the Khronos group, please consider compiling for macOS in addition to Linux. While MoltenVK's translation apparently isn't...

``` auto maxTransferBlocksX = std::min(numBlocksX, static_cast(pinnedMemoryBufferSize / blockSize)); // // Y instead ? // v auto maxExtent = VkExtent2D{ maxTransferBlocksX, std::max(1U, maxTransferBlocksX) }; ``` There might be a typo, or...

I've been running with address sanitizers on and a clean exit is something the library struggles with (you'll get pages of indirect leaks on exit). Aside from being bad for...

` ccache is a compiler cache. It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. ` This PR speeds up re-building

I've been looking for `vezCmdDispatch` doc to properly start a compute pipeline but it's currently not written in the documentation [website](https://gpuopen-librariesandsdks.github.io/V-EZ/). We can consider to add it for other people...

I'm trying to compile for Android and this error appears. ``` v-ez/Source/Utility/ObjectLookup.h:54:9: error: functions that differ only in their return type cannot be overloaded OBJECT_LOOKUP_DECLARATION(VkShaderModule, ShaderModule); ``` Here is the...

Sometimes this just happens and I don't know how to solve. It maybe V-EZ's bug or my GPU's memory error. Call stack: ![screenshot_2018-10-07_16-57-40](https://user-images.githubusercontent.com/11463928/46580599-20219180-ca52-11e8-91d1-96b7b871fa08.png) Last 3 frames: ![1](https://user-images.githubusercontent.com/11463928/46580617-7b538400-ca52-11e8-8535-40076089b2a3.png) ![2](https://user-images.githubusercontent.com/11463928/46580614-75f63980-ca52-11e8-9045-1fc45def891d.png) ![3](https://user-images.githubusercontent.com/11463928/46580615-78589380-ca52-11e8-9bb7-0c8731c90820.png)