Kode / Kinc

Modern low level game library and hardware abstraction.
http://kinc.tech
zlib License
512 stars 122 forks source link

Some globals make command-lists not thread-safe #785

Open RobDangerous opened 1 year ago

RobDangerous commented 1 year ago

lastRenderTargets and lastPipeline in the Metal-backend, currentTextures and currentRenderTargets in the D3D12-backend and a whole bunch of globals in the Vulkan-backend have to be eliminated.