[This is preliminary documentation and is subject to change.]
Delegate handling GraphicsDriverLoaded event
| C# | Visual Basic | Visual C++ |
public delegate void GDLoadEventHandler( GraphicsDriver gd, Dictionary<string, Object> vars )
Public Delegate Sub GDLoadEventHandler ( _ gd As GraphicsDriver, _ vars As Dictionary(Of String, Object) _ )
public delegate void GDLoadEventHandler( GraphicsDriver^ gd, Dictionary<String^, Object^>^ vars )
- gd (GraphicsDriver)
- The graphics driver that got loaded
- vars (Dictionary<(Of <(String, Object>)>))
- Dictionary containing custom settings for the graphics driver