Table of Contents

Interface IGraphicsDeviceService

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

Service providing method to access GraphicsDevice life-cycle.

public interface IGraphicsDeviceService

Properties

GraphicsDevice

Gets the current graphcs device.

GraphicsDevice GraphicsDevice { get; }

Property Value

GraphicsDevice

The graphics device.

Events

DeviceCreated

Occurs when a device is created.

event EventHandler<EventArgs> DeviceCreated

Event Type

EventHandler<EventArgs>

DeviceDisposing

Occurs when a device is disposing.

event EventHandler<EventArgs> DeviceDisposing

Event Type

EventHandler<EventArgs>

DeviceReset

Occurs when a device is reseted.

event EventHandler<EventArgs> DeviceReset

Event Type

EventHandler<EventArgs>

DeviceResetting

Occurs when a device is resetting.

event EventHandler<EventArgs> DeviceResetting

Event Type

EventHandler<EventArgs>