Table of Contents

Delegate GraphicsDevice.GraphicsDeviceInfoMessageHandler

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Represents a method that handles messages related to Graphics Device information.

public delegate void GraphicsDevice.GraphicsDeviceInfoMessageHandler(ref readonly Message message, string? description)

Parameters

message Message

A reference to the message containing graphics device information. This parameter is read-only.

description string

An optional description providing additional context about the message. Can be null.

Extension Methods