Table of Contents

Struct ParameterKeyInfo

Namespace
Stride.Rendering
Assembly
Stride.dll
[DataContract]
public struct ParameterKeyInfo

Constructors

ParameterKeyInfo(ParameterKey, int)

Describes a resource parameter.

public ParameterKeyInfo(ParameterKey key, int bindingSlot)

Parameters

key ParameterKey
bindingSlot int

ParameterKeyInfo(ParameterKey, int, int)

Describes a value parameter.

public ParameterKeyInfo(ParameterKey key, int offset, int count)

Parameters

key ParameterKey
offset int
count int

Fields

BindingSlot

public int BindingSlot

Field Value

int

Count

public int Count

Field Value

int

Key

public ParameterKey Key

Field Value

ParameterKey

Offset

public int Offset

Field Value

int

Methods

Equals(ParameterKeyInfo)

public bool Equals(ParameterKeyInfo other)

Parameters

other ParameterKeyInfo

Returns

bool

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

GetHashCode()

Returns the hash code for this instance.

public override int GetHashCode()

Returns

int

A 32-bit signed integer that is the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

operator ==(ParameterKeyInfo, ParameterKeyInfo)

public static bool operator ==(ParameterKeyInfo left, ParameterKeyInfo right)

Parameters

left ParameterKeyInfo
right ParameterKeyInfo

Returns

bool

operator !=(ParameterKeyInfo, ParameterKeyInfo)

public static bool operator !=(ParameterKeyInfo left, ParameterKeyInfo right)

Parameters

left ParameterKeyInfo
right ParameterKeyInfo

Returns

bool