Table of Contents

Interface ITexturesStreamingProvider

Namespace
Stride.Graphics.Data
Assembly
Stride.Graphics.dll

Used internally to find the currently active textures streaming service

public interface ITexturesStreamingProvider

Methods

FullyLoadTexture(Texture, ref ImageDescription, ref ContentStorageHeader)

Loads the texture in a streaming service.

void FullyLoadTexture(Texture obj, ref ImageDescription imageDescription, ref ContentStorageHeader storageHeader)

Parameters

obj Texture

The texture object.

imageDescription ImageDescription

The image description.

storageHeader ContentStorageHeader

The storage header.

RegisterTexture(Texture, ref ImageDescription, ref ContentStorageHeader)

Registers the texture in a streaming service.

void RegisterTexture(Texture obj, ref ImageDescription imageDescription, ref ContentStorageHeader storageHeader)

Parameters

obj Texture

The texture object.

imageDescription ImageDescription

The image description.

storageHeader ContentStorageHeader

The storage header.

UnregisterTexture(Texture)

Unregisters the texture.

void UnregisterTexture(Texture obj)

Parameters

obj Texture

The texture object.