Gabriele
Gabriele
### Overview Hi, I'm migrating some old C# ViewModel code to use the [ObservableProperty] attribute on all the properties. I'd like to convert the following code: ```csharp private string _windowTitle;...
Fixes *VUID-vkQueueSubmit2-semaphore-03868* + *VUID-vkQueueSubmit-pSignalSemaphores-00067* validation errors (external issue https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues/10254): ``` [ERROR: Validation] - VUID-vkQueueSubmit2-semaphore-03868 vkQueueSubmit2(): pSubmits[0].pSignalSemaphoreInfos[0].semaphore (VkSemaphore 0x150000000015) is being signaled by VkQueue 0x258c8401f90, but it may still be in...
Parallelize Dual ISO's demosaic + parallelize interpolation. Dual ISO computation for a single frame takes ~28% less time (tested on 2 of my PCs, depending on CPU speed and core...
- made CDNG export thread safe (dngObject_t struct must be created for each frame) - Cinema DNG export takes at least 50% less time (at least 2X faster, depending on...