Table of Contents

Struct ClearDepthStencilValue

Namespace
SharpVulkan
Assembly
Lime.dll
public struct ClearDepthStencilValue
Inherited Members

Constructors

ClearDepthStencilValue(float, uint)

public ClearDepthStencilValue(float depth, uint stencil)

Parameters

depth float
stencil uint

Fields

Depth

public float Depth

Field Value

float

Stencil

public uint Stencil

Field Value

uint