Contents

DepthStencilAttachment

public struct DepthStencilAttachment
Inheritance and metadata

Fields

ClearDepth

public float ClearDepth

ClearStencil

public byte ClearStencil

DepthLoadOp

public LoadOp DepthLoadOp

DepthStoreOp

public StoreOp DepthStoreOp

StencilLoadOp

public LoadOp StencilLoadOp

StencilStoreOp

public StoreOp StencilStoreOp

Subresource

public TextureSubresource Subresource

Texture

public Texture Texture

Methods

Clear(Texture, float, byte)

public static DepthStencilAttachment Clear(Texture texture, float clearDepth, byte clearStencil)

DontCare(Texture)

public static DepthStencilAttachment DontCare(Texture texture)

Load(Texture)

public static DepthStencilAttachment Load(Texture texture)

Find a member

Zenith.NET.DepthStencilAttachment

Search documentation

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