You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out D3DDevice_BeginPush(2) are actually one function and not additional function that reside with it. With that said, the following rename is require:
D3DDevice_BeginPush2 to D3DDevice_BeginPush_8 (first introduction)
D3DDevice_BeginPush to D3DDevice_BeginPush_4 (changed later on)
And update unit test to combine both symbols as one.
The text was updated successfully, but these errors were encountered:
I found out D3DDevice_BeginPush(2) are actually one function and not additional function that reside with it. With that said, the following rename is require:
And update unit test to combine both symbols as one.
The text was updated successfully, but these errors were encountered: