To update DirectX for GTA San Andreas, follow these steps:
It sounds like you’re looking for technical help or a useful reference paper regarding and its DirectX implementation.
// Original SA didn't restore D3DRS_ALPHABLENDENABLE after some coronas // SilentPatch adds: pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, TRUE); // ... draw corona ... pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, originalState);
To update DirectX for GTA San Andreas, follow these steps:
It sounds like you’re looking for technical help or a useful reference paper regarding and its DirectX implementation.
// Original SA didn't restore D3DRS_ALPHABLENDENABLE after some coronas // SilentPatch adds: pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, TRUE); // ... draw corona ... pDevice->SetRenderState(D3DRS_ALPHABLENDENABLE, originalState);