Contents

Texture

public abstract class Texture : GraphicsResource, IDisposable
Inheritance and metadata

Constructors

Texture(GraphicsContext, TextureDesc)

protected Texture(GraphicsContext context, TextureDesc desc)

Properties

Desc

public ref readonly TextureDesc Desc { get; }

SampledHandle

public abstract ResourceHandle SampledHandle { get; }

StorageHandle

public abstract ResourceHandle StorageHandle { get; }

Methods

Download(TextureSubresource, TextureLayout, TextureLayout, Offset3D, Extent3D, TextureData)

public void Download(TextureSubresource subresource, TextureLayout currentLayout, TextureLayout finalLayout, Offset3D offset, Extent3D extent, TextureData data)

Upload(TextureSubresource, TextureLayout, TextureLayout, Offset3D, Extent3D, TextureData)

public void Upload(TextureSubresource subresource, TextureLayout currentLayout, TextureLayout finalLayout, Offset3D offset, Extent3D extent, TextureData data)

Find a member

Zenith.NET.Texture

Search documentation

Search tutorials, concepts, samples, and the API reference.