Delegate GraphicsDevice.GraphicsDeviceInfoMessageHandler
Represents a method that handles messages related to Graphics Device information.
public delegate void GraphicsDevice.GraphicsDeviceInfoMessageHandler(ref readonly Message message, string? description)
Parameters
messageMessageA reference to the message containing graphics device information. This parameter is read-only.
descriptionstringAn optional description providing additional context about the message. Can be null.
- Extension Methods