Blender Git Loki
Git Commits -> Revision 45e6ca3
Revision 45e6ca3 by Dalai Felinto (master) August 6, 2020, 14:44 (GMT) |
Cleanup: Stop accessing gpu_batch_presets_reset() The current code is accessing this from outside the gpu "namespace". As such it should be accessing GPU_ functions, not gpu_ functions. This is also a place to centralize the XXX message that will be addressed upon refactor. So we can reuse this call in other places that need the same temporary workaround. Groundwork for upcoming fix (D8472) |
Commit Details:
Full Hash: 45e6ca36615fe9a720c9f25343556326fcbd5952
Parent Commit: 5e6119d
Lines Changed: +16, -3