BearishSun 40712d9a65 Added code for Gaussian filter vor 8 Jahren
..
Win32 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
BsVulkanCommandBuffer.h 40712d9a65 Added code for Gaussian filter vor 8 Jahren
BsVulkanCommandBufferManager.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled vor 9 Jahren
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 vor 9 Jahren
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 vor 9 Jahren
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 vor 9 Jahren
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 vor 9 Jahren
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 vor 9 Jahren
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 vor 9 Jahren
BsVulkanFramebuffer.h 4fe38f7bfe Omni-directional shadows running on Vulkan vor 8 Jahren
BsVulkanGLSLProgramFactory.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
BsVulkanGpuBuffer.h 12037d7ba2 Buffer copy operations now execute on the provided command buffer instead of the transfer queue, similar to textures vor 8 Jahren
BsVulkanGpuParamBlockBuffer.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
BsVulkanGpuParams.h c41585f7af Vulkan: Fixing a few issues related to binding sampled buffers and non-sampled buffers in the same shader vor 9 Jahren
BsVulkanGpuPipelineParamInfo.h 6edba43c31 Vulkan: Properly handle unbound textures vor 8 Jahren
BsVulkanGpuPipelineState.h 5ac8e7b2e6 Added ability to bind depth & stencil buffers separately as read-only vor 8 Jahren
BsVulkanGpuProgram.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
BsVulkanHardwareBuffer.h 12037d7ba2 Buffer copy operations now execute on the provided command buffer instead of the transfer queue, similar to textures vor 8 Jahren
BsVulkanHardwareBufferManager.h 6732f7076a Vulkan: Added support for shared storage buffer objects vor 9 Jahren
BsVulkanIndexBuffer.h 12037d7ba2 Buffer copy operations now execute on the provided command buffer instead of the transfer queue, similar to textures vor 8 Jahren
BsVulkanOcclusionQuery.h dd43fd4a65 Vulkan queries can now be interrupted by command buffer submission, in order to match the behaviour of DX11 and OpenGL queries and make them more intuitive to use vor 8 Jahren
BsVulkanPrerequisites.h b9a97b133e Removing unnecessary DLL export specifiers from plugins vor 8 Jahren
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 vor 9 Jahren
BsVulkanQueue.h 10523f6750 Vulkan: Fixing an issue where waiting on a queue didn't necessarily guarantee fences of submitted command buffers were signaled vor 9 Jahren
BsVulkanRenderAPI.h 5ac8e7b2e6 Added ability to bind depth & stencil buffers separately as read-only vor 8 Jahren
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 vor 9 Jahren
BsVulkanRenderStateManager.h 68c4fb3403 More work on documentation vor 8 Jahren
BsVulkanRenderTexture.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
BsVulkanRenderWindowManager.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
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 vor 9 Jahren
BsVulkanSamplerState.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren
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. vor 9 Jahren
BsVulkanTexture.h 8ffa542fb5 Texture copy operations no longer occurr on the transfer queue, but instead on the user-provided command buffer, in order to avoid user needing to worry about submitting previous rendering operations manually vor 8 Jahren
BsVulkanTextureManager.h 6edba43c31 Vulkan: Properly handle unbound textures vor 8 Jahren
BsVulkanTimerQuery.h dd43fd4a65 Vulkan queries can now be interrupted by command buffer submission, in order to match the behaviour of DX11 and OpenGL queries and make them more intuitive to use vor 8 Jahren
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. vor 9 Jahren
BsVulkanVertexBuffer.h 12037d7ba2 Buffer copy operations now execute on the provided command buffer instead of the transfer queue, similar to textures vor 8 Jahren
BsVulkanVertexInputManager.h 56ed650df4 Final set of refactors to rename core thread objects vor 9 Jahren