Table of Contents

Struct ShadowRequest

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll
public record struct ShadowRequest : IEquatable<ShadowRequest>

Implements

Inherited Members

Constructors

ShadowRequest(int, int)

public ShadowRequest(int Width, int Height)

Parameters

Width int
Height int

Properties

Height

public int Height { readonly get; set; }

Property Value

int

Width

public int Width { readonly get; set; }

Property Value

int