Akio Gaule
Akio Gaule
When trying to load an image using AsyncImageLoader.LoadImageAsync with default LoaderSettings, I get the following error: "InvalidOperationException: The writeable UNKNOWN_OBJECT_TYPE FilterMipmapJob.outputMipmap is the same UNKNOWN_OBJECT_TYPE as FilterMipmapJob.inputMipmap, two containers may...
Cherry pick change #18044 to stabilization. Even though it's a new feature, Joe requested to be merged into stabilization.
**Describe the bug** Device lost error on Vulkan when switching levels on the AutomantedTesting project **Assets required** None. Just use AutomatedTesting project. **Steps to reproduce** Steps to reproduce the behavior:...
## What does this PR do? Cherry pick multiple fixes from Carbonated - Disable CopyToSwapchain pass for Mobile pipeline 5b743e444a4f1f0e754ef2501f6da07cd7bd8e6b - Fix precision issue with cascade shadowmaps 9089fdd91fc171fb0d9e472dd2b24bf721c97e5e - Add...
## What does this PR do? This PR improves the support for Subpasses on Atom. Currently a ParentPass can only merge it's Renderpass children as subpasses. This PR introduces the...
## What does this PR do? Fix DynamicDrawContext to use shader options when specialization constant are enabled. ## How was this PR tested? Run PC DX12 and Vulkan