Table of Contents

Class VfxStaticComboVcsEntry.ResourceEntry

Namespace
ValveResourceFormat.CompiledShader
Assembly
ValveResourceFormat.dll

Resource entry for KeyValues-based files.

public record VfxStaticComboVcsEntry.ResourceEntry : IEquatable<VfxStaticComboVcsEntry.ResourceEntry>

Inheritance

Implements

Inherited Members

Constructors

ResourceEntry(KVObject, VfxShaderAttribute[], KVObject[])

Resource entry for KeyValues-based files.

public ResourceEntry(KVObject ComboData, VfxShaderAttribute[] AllAttributes, KVObject[] ByteCodeDescArray)

Parameters

ComboData KVObject
AllAttributes VfxShaderAttribute[]
ByteCodeDescArray KVObject[]

Properties

AllAttributes

public VfxShaderAttribute[] AllAttributes { get; init; }

Property Value

VfxShaderAttribute[]

ByteCodeDescArray

public KVObject[] ByteCodeDescArray { get; init; }

Property Value

KVObject[]

ComboData

public KVObject ComboData { get; init; }

Property Value

KVObject