yuzu icon indicating copy to clipboard operation
yuzu copied to clipboard

video_core: Reimplement inline index buffer binding

Open vonchenplus opened this issue 1 year ago • 0 comments

The previous implementation would cause opengl to crash in non-unified_memory mode, and the generated buffer would not be recycled. Now we have a unified implementation of vulkan and opengl.

vonchenplus avatar Nov 09 '22 08:11 vonchenplus