Struct ShadowRequest ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
Describes the dimensions requested for a single shadow map.
csharp
public record struct ShadowRequest : IEquatable<ShadowRequest>Implements ​
Constructors ​
ShadowRequest(int, int) ​
Describes the dimensions requested for a single shadow map.
csharp
public ShadowRequest(int Width, int Height)Parameters ​
Width int
Height int
Properties ​
Height ​
csharp
public int Height { readonly get; set; }Property Value ​
Width ​
csharp
public int Width { readonly get; set; }
