Table of Contents

Struct BackendInfoVulkan.ExtensionProperties

Namespace
NeoVeldrid
Assembly
NeoVeldrid.dll
public readonly struct BackendInfoVulkan.ExtensionProperties
Inherited Members

Constructors

ExtensionProperties(string, uint)

public ExtensionProperties(string name, uint specVersion)

Parameters

name string
specVersion uint

Fields

Name

public readonly string Name

Field Value

string

SpecVersion

public readonly uint SpecVersion

Field Value

uint

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.