- Home /
Is there anyway to execute c++ code before graphics device creation
Hi! I am working on a desktop plugin and need to execute some initialization code in the c++ dll before the d3d or opengl device is created.
Is there any hook or special method to do this?
Thanks
Comment