BearishSun c530c1795f Transparent rendering path now functional using clustered rendering without depth pre-pass requirement. Same path can also be used for normal opaque object rendering if needed. %!s(int64=8) %!d(string=hai) anos
..
Win32 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanCommandBuffer.h 12285c8173 Vulkan: When writing to storage buffers/images, make sure those writes are visible to later operations in the same render pass %!s(int64=9) %!d(string=hai) anos
BsVulkanCommandBufferManager.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled %!s(int64=9) %!d(string=hai) anos
BsVulkanDescriptorLayout.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanDescriptorManager.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanDescriptorPool.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanDescriptorSet.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanDevice.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanEventQuery.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanFramebuffer.h 2e94779fc6 Vulkan: Now tracking image layouts on a per-resource basis. This way individual faces & mip-levels can be bound for rendering, particularily useful for cubemaps and texture arrays in general. %!s(int64=9) %!d(string=hai) anos
BsVulkanGLSLProgramFactory.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanGpuBuffer.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanGpuParamBlockBuffer.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanGpuParams.h c41585f7af Vulkan: Fixing a few issues related to binding sampled buffers and non-sampled buffers in the same shader %!s(int64=9) %!d(string=hai) anos
BsVulkanGpuPipelineParamInfo.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanGpuPipelineState.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanGpuProgram.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanHardwareBuffer.h 6732f7076a Vulkan: Added support for shared storage buffer objects %!s(int64=9) %!d(string=hai) anos
BsVulkanHardwareBufferManager.h 6732f7076a Vulkan: Added support for shared storage buffer objects %!s(int64=9) %!d(string=hai) anos
BsVulkanIndexBuffer.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanOcclusionQuery.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanPrerequisites.h 2cc3ea7900 Cleanup: Getting rid of the Core suffix on core thread objects since they're now in their own namespace (Contd.) %!s(int64=9) %!d(string=hai) anos
BsVulkanQueryManager.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanQueue.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled %!s(int64=9) %!d(string=hai) anos
BsVulkanRenderAPI.h c530c1795f Transparent rendering path now functional using clustered rendering without depth pre-pass requirement. Same path can also be used for normal opaque object rendering if needed. %!s(int64=8) %!d(string=hai) anos
BsVulkanRenderAPIFactory.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanRenderStateManager.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanRenderTexture.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanRenderWindowManager.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanResource.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanSamplerState.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanSwapChain.h 2e94779fc6 Vulkan: Now tracking image layouts on a per-resource basis. This way individual faces & mip-levels can be bound for rendering, particularily useful for cubemaps and texture arrays in general. %!s(int64=9) %!d(string=hai) anos
BsVulkanTexture.h eec99bff10 Moving light pass in a compute shader in preparation for tiled deferred rendering %!s(int64=9) %!d(string=hai) anos
BsVulkanTextureManager.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanTimerQuery.h 4e57b50514 Massive refactor: Moving all the core thread objects into their own namespace, so I can rename them into something neater and get rid of the Core suffix %!s(int64=9) %!d(string=hai) anos
BsVulkanUtility.h 2e94779fc6 Vulkan: Now tracking image layouts on a per-resource basis. This way individual faces & mip-levels can be bound for rendering, particularily useful for cubemaps and texture arrays in general. %!s(int64=9) %!d(string=hai) anos
BsVulkanVertexBuffer.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos
BsVulkanVertexInputManager.h 56ed650df4 Final set of refactors to rename core thread objects %!s(int64=9) %!d(string=hai) anos