• teawrecks@sopuli.xyz
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    9 months ago

    Yes, the jitting is specific to the graphics APIs. DXVK is doing runtime translation from DX to VK. When possible, they are certainly just making a 1:1 call, but since the APIs aren’t orthogonal, in some cases it will need to store state and “emulate” certain API behavior using multiple VK calls. This is much more the case when translating dx9/11.