Table of Contents

Class GraphicsFloor

Namespace
LansMap.Platform
public static class GraphicsFloor
Inheritance
object
GraphicsFloor

Fields

RequiredShaderLevel

public const int RequiredShaderLevel = 45

Field Value

int

Properties

DeviceMeetsFloor

public static bool DeviceMeetsFloor { get; }

Property Value

bool

Methods

DiagnosticFor(string, string, string, int)

public static string DiagnosticFor(string unmet, string deviceName, string deviceVersion, int shaderLevel)

Parameters

unmet string
deviceName string
deviceVersion string
shaderLevel int

Returns

string

UnmetRequirements(bool, bool, bool, int)

public static string UnmetRequirements(bool supportsComputeShaders, bool supports2DArrayTextures, bool supportsInstancing, int shaderLevel)

Parameters

supportsComputeShaders bool
supports2DArrayTextures bool
supportsInstancing bool
shaderLevel int

Returns

string