ppsspp/Common/Vulkan
2016-03-20 15:20:42 -07:00
..
SPIRVDisasm.cpp Implement a trivial SPIR-V disassembler, just for fun 2016-03-20 19:18:35 +01:00
SPIRVDisasm.h Enable vulkan validation 2016-03-20 19:25:30 +01:00
VulkanContext.cpp Decode vertex data directly into the vertex pushbuffer, saving a memcpy. 2016-03-20 19:35:03 +01:00
VulkanContext.h Fix a resource leak. Request COHERENT memory for pushbuffers. 2016-03-20 19:35:03 +01:00
VulkanImage.cpp Decode vertex data directly into the vertex pushbuffer, saving a memcpy. 2016-03-20 19:35:03 +01:00
VulkanImage.h Decode vertex data directly into the vertex pushbuffer, saving a memcpy. 2016-03-20 19:35:03 +01:00
VulkanLoader.cpp Gets the Vulkan backend running, but not drawing correctly, on Android. 2016-03-20 19:30:39 +01:00
VulkanLoader.h Load Vulkan dynamically. Fix Android build (though - Vulkan is not working on Android yet) 2016-03-20 19:30:11 +01:00
VulkanMemory.cpp Vulkan: Defrag buffers when growing. 2016-03-20 15:20:42 -07:00
VulkanMemory.h Vulkan: Defrag buffers when growing. 2016-03-20 15:20:42 -07:00