Table of Contents

Struct GpuTextureSamplerBinding

Namespace
Sdl3Sharp.Video.Gpu
Assembly
Sdl3Sharp.dll
public readonly struct GpuTextureSamplerBinding
Inherited Members

Constructors

GpuTextureSamplerBinding(GpuTexture, GpuSampler)

[SetsRequiredMembers]
public GpuTextureSamplerBinding(GpuTexture texture, GpuSampler sampler)

Parameters

texture GpuTexture
sampler GpuSampler

Properties

Sampler

public required GpuSampler Sampler { get; init; }

Property Value

GpuSampler

Texture

public required GpuTexture Texture { get; init; }

Property Value

GpuTexture

Methods

Deconstruct(out GpuTexture, out GpuSampler)

public void Deconstruct(out GpuTexture texture, out GpuSampler sampler)

Parameters

texture GpuTexture
sampler GpuSampler