shaderc icon indicating copy to clipboard operation
shaderc copied to clipboard

A collection of tools, libraries, and tests for Vulkan shader compilation.

Results 147 shaderc issues
Sort by recently updated
recently updated
newest added

Currently we have possibility to get number of errors and number of warnings, but its impossible to get warnings separately from error string without parsing. Would be nice just to...

I'm hitting a bug in the HLSL compiler which I have stripped down as far as this simple bit of code: ``` uniform float4 UniformArray[6]; float4 Function(const float4 parameterArray[6]) {...

bug

The following glsl function: ``` void clip(vec4 x) { if (x.x < 0.0 || x.y < 0.0 || x.z < 0.0 || x.w < 0.0) discard; } ``` Yields this...

In the read me, it has this: git clone https://github.com/google/shaderc $SOURCE_DIR cd $SOURCE_DIR ./utils/git-sync-deps cd $SOURCE_DIR/ The ./utils/git-sync-deps part is nonsensical on a windows cmd prompt. You get: '.' is...

There are ways for people to get the status of specific builders, if they know the correct arcane incantations. We should have some sort of dashboard that is easy to...

enhancement

See the example for SPIRV-Headers https://github.com/KhronosGroup/SPIRV-Headers/pull/105

enhancement

one of the highlights found in README.md states the following: > _an API where functionality can be added without breaking existing clients_ However, I cannot find what API this is...

[11/28] Building CXX object libshaderc_util/CMakeFiles/shaderc_util.dir/src/spirv_tools_wrapper.cc.o FAILED: libshaderc_util/CMakeFiles/shaderc_util.dir/src/spirv_tools_wrapper.cc.o /usr/bin/c++ -DNV_EXTENSIONS -I/tmp/makepkg/shaderc-git/src/shaderc/libshaderc_util/include -march=native -O2 -pipe -fstack-protector-strong -fno-plt -ftree-vectorize -ftree-slp-vectorize -Wall -Werror -fvisibility=hidden -fPIC -std=c++11 -std=gnu++11 -MD -MT libshaderc_util/CMakeFiles/shaderc_util.dir/src/spirv_tools_wrapper.cc.o -MF libshaderc_util/CMakeFiles/shaderc_util.dir/src/spirv_tools_wrapper.cc.o.d -o libshaderc_util/CMakeFiles/shaderc_util.dir/src/spirv_tools_wrapper.cc.o...