50c7c25c
by Francisco Casas at 2025-05-02T21:42:48+02:00
d2d1: Compile shaders on device creation instead of device context creation.
Some applications generate many device contexts each render frame.
Thus, compling these shaders each time this happens might make them
laggy.