Tom Atkinson

Results 28 comments of Tom Atkinson

Rendering should be orchestrated by the Event Bus. This will mean a window can still submit a focus lost event and a sample can decide how to honor it in...

Closed #488 as this PR includes its changes. Updated description

Hey @gigadude, If you take a GraphViz export from the CMake it shows that all third parties are linked against the framework. This means that once all third parties are...

Hi @gigadude, It was decided on the Vulkan Samples Working Group call today to investigate this issue further as other users are also experiencing slower builds. If possible, can you...

Looking through the actions. Before Plugins we built in around 25m. After plugins this is now 35m. The biggest change here is compiling samples as static libraries instead of object...

This issue is left open to track the remaining error handling comments. We would like to use a macro to help simplify throwing errors. @gpx1000 suggestion. > Does it make...

Hi @Eths33, This might not be of any use at this point looking at the date but take a look at [the android native development kit stable api documentation](https://developer.android.com/ndk/guides/stable_apis). We...

Hi @amerkoleci, I completely agree with your points... There are some aspects of the framework which may be over engineered and may need revisiting. The main blocking factor from revisiting...

Moving a few of the comments on #254 here to keep track of the conversation @gpx1000 > moving `device->get_queue_by_present(0)` into the if conditional check results in a fix to the...

> I would prefer to stay with RAII. Makes sense when the asset is loaded into memory. Images can be RAII. But the process of loading the image should not...