mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
096985f51f
Simply rotate each primitive in the index buffer to simulate a different provoking vertex. Since at this point we have already generated a plain primitive index buffer, it's easy to manipulate like this. An even better solution would be to generate rotated index buffers directly during decode, although that code is super critical and does not need more complexity.. We could now also enable this for hardware transform but I'm leaving that for later. |
||
---|---|---|
.. | ||
DebugVisVulkan.cpp | ||
DebugVisVulkan.h | ||
DrawEngineVulkan.cpp | ||
DrawEngineVulkan.h | ||
FramebufferManagerVulkan.cpp | ||
FramebufferManagerVulkan.h | ||
GPU_Vulkan.cpp | ||
GPU_Vulkan.h | ||
PipelineManagerVulkan.cpp | ||
PipelineManagerVulkan.h | ||
ShaderManagerVulkan.cpp | ||
ShaderManagerVulkan.h | ||
StateMappingVulkan.cpp | ||
StateMappingVulkan.h | ||
TextureCacheVulkan.cpp | ||
TextureCacheVulkan.h | ||
VulkanUtil.cpp | ||
VulkanUtil.h |