Table of Contents

Struct DescriptorSetLayout

Namespace
SharpVulkan
Assembly
Lime.dll
public struct DescriptorSetLayout : IEquatable<DescriptorSetLayout>
Implements
Inherited Members

Fields

Null

public static readonly DescriptorSetLayout Null

Field Value

DescriptorSetLayout

Methods

Equals(DescriptorSetLayout)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(DescriptorSetLayout other)

Parameters

other DescriptorSetLayout

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; 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 ==(DescriptorSetLayout, DescriptorSetLayout)

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

Parameters

left DescriptorSetLayout
right DescriptorSetLayout

Returns

bool

operator !=(DescriptorSetLayout, DescriptorSetLayout)

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

Parameters

left DescriptorSetLayout
right DescriptorSetLayout

Returns

bool