Tom Atkinson

Results 82 comments of Tom Atkinson

We could bump to 16? I am not against that. Small change in the CI and a blanked PR to update all files. The issue with clang format is the...

> I'm seeing a couple of build problems. The first is a redefinition of LOGE: > > ``` > [100%] Building CXX object app/CMakeFiles/vulkan_samples.dir/main.cpp.o > In file included from Vulkan-Samples/components/filesystem/include/filesystem/filesystem.hpp:26,...

Thanks all for taking the time to review! Branch is updated

Gave it a shot. Our limitation is the way permissions work in forks. If all branches where in this repository then the permission model would allow for auto commits. This...

Closing as not a viable solution for #937

Worth taking a look at @SaschaWillems GPU Info website to see what HDR device support on Android is like on the last few generations. Support for formats/extensions can be very...

In v2.0 I was looking at offline compiling into SPIRV and saving in generated header files. This avoids the need for filesystem lookups and allows us to bake the SPIRV...

Yep. We use variants against content loaded from models and then I believe there are some samples which also use custom variants. If we preprocessed meshes with an offline tool...

Hey @jherico, I don't think our build time issues are coming from our third parties I threw together this. lib.cpp doesn't contain code but I needed a non-interface target to...

> As for the tractability of the framework target, it's a little off-topic, and I doubt it would solve the problem of bottlenecking, but I'm currently working on a refactor...