Sarah Dubois

Results 26 issues of Sarah Dubois

C++17 deprecated `std::result_of`, C++20 removed it. I've switched nonius's usage of `std::result_of` to `std::invoke_result_t`

Ran this on my code base. I handle dependencies as git submodules, so they're all in my working tree and cppclean ran on all of them. It spit out a...

question
help wanted

Does this library supports parsing user-defined C++11 attributes? I was hoping to annotate some of my C++ code with them and generate C# bindings from classes with specific attributes. I...

enhancement
PR Welcome

### Functional impact This bug provides a misleading error message when compiling a shader with a semantic error. This causes lots of confusion and doesn't lead the developer toward fixing...

diagnostic

D3D12 has a mechanism known as "pipeline state streams" where essentially you assemble a stream of commands for the driver and GPU to create a pipeline state object (pso) from....

Do you plan to add support for Metal 2 to this library?

The active set of shader options means that different blocks of code can get compiled for each option setting - e.g. there may be an option to switch between hard...

enhancement
backlog
good first issue

Optifine has a fixed set of uniforms that shaders can use. Show a warning if someone misspells one of these

enhancement
backlog
good first issue

I'm looking into using VUK on Android and I've hit a couple problems The biggest one is that VUK seems to rely on extensions that aren't available on Android, such...

help wanted

Adreno devices do not support `VkPhysicalDeviceBufferDeviceAddressFeaturesKHR.bufferDeviceAddressCaptureReplay`. If we could conditionally disable BDA, we could use RenderDoc to debug code running on Adreno devices Relates to #65

runtime