Results 46 issues of gleblebedev

Fails with the error: ![image](https://user-images.githubusercontent.com/2943937/111838563-6b158380-88f1-11eb-88d6-6df56765bf4b.png) Works fine on opengl. Sample material: ``` ```

backlog

Here is how falloff is calculated for spot light: float falloff = pow(clamp(1.0 - pow(lightDist / 1.0, 4.0), 0.0, 1.0), 2.0) / (pow(lightDist, 2.0) + 1.0); And here is how...

баг
backlog

0xFFFFFFFFFFFFFFFF in System.Diagnostics.Debugger.Mono_UnhandledException_internal C# 0x1 in System.Diagnostics.Debugger.Mono_UnhandledException C# 0x26 in Android.Runtime.DynamicMethodNameCounter.8 C# 0x7 in Veldrid.OpenGLBinding.OpenGLNative.glDebugMessageCallback at C:\projects\veldrid\src\Veldrid.OpenGLBindings\OpenGLNative.cs:624,16 C# 0x19 in Veldrid.OpenGL.OpenGLGraphicsDevice.EnableDebugCallback at C:\projects\veldrid\src\Veldrid\OpenGL\OpenGLGraphicsDevice.cs:1041,13 C# 0x8 in Veldrid.OpenGL.OpenGLGraphicsDevice.EnableDebugCallback at C:\projects\veldrid\src\Veldrid\OpenGL\OpenGLGraphicsDevice.cs:1033,75 C#...

When running a vr demo with Vive headset the demo fails on creation of a colour target with invalid argument error code.