Table of Contents

Struct BufferView

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

Fields

Null

public static readonly BufferView Null

Field Value

BufferView

Methods

Equals(BufferView)

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

public bool Equals(BufferView other)

Parameters

other BufferView

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 ==(BufferView, BufferView)

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

Parameters

left BufferView
right BufferView

Returns

bool

operator !=(BufferView, BufferView)

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

Parameters

left BufferView
right BufferView

Returns

bool