GPUSupportedInstanceFeatures


public final class GPUSupportedInstanceFeatures


A list of features supported by an instance.

Summary

Public constructors

Public methods

final @NonNull int[]

An array of the supported optional instance feature names.

final void
setFeatures(@NonNull int[] features)

An array of the supported optional instance feature names.

Public constructors

GPUSupportedInstanceFeatures

Added in 1.0.0-alpha02
public GPUSupportedInstanceFeatures(@NonNull int[] features)

Public methods

getFeatures

Added in 1.0.0-alpha02
public final @NonNull int[] getFeatures()

An array of the supported optional instance feature names.

setFeatures

Added in 1.0.0-alpha02
public final void setFeatures(@NonNull int[] features)

An array of the supported optional instance feature names.