etinquis
etinquis
#393 with the switch-case indentation addressed
Runs on the emulator with veldrid-spirv updated with binaries from https://github.com/mellinoe/veldrid-spirv/pull/19.   Emulator fails the following tests: - OpenGLESRenderTests.WriteFragmentDepth (CopyRoundabout InvalidEnum) - OpenGLESTextureTests.FormatCoverage_CopyThenRead - R16_G16_B16_A16_SInt - R16_G16_B16_A16_SNorm - R16_G16_B16_A16_UInt...
* adds TargetVersion to CrossCompileInfo so that the caller can control the target compilation version (if 0 is passed, the behavior is as before) * adds targetVersion param to SpirvCompilation.CompileCompute/CompileVertexFragment...
Sample is based on https://github.com/Nadrin/PBR/. Yet to do: - [ ] Check that existing samples are running properly - [ ] Run through asset ProcessorFormats to make sure they're necessary...
### Describe the inspiration for your proposal High-Level goal: I want to be able to consolidate and re-use what are practically-speaking a static set of property names or object keys...
This PR adds a new lockTimeout connection setting, which sets LOCK_TIMEOUT (https://learn.microsoft.com/en-us/sql/t-sql/statements/set-lock-timeout-transact-sql) along with the existing connection preamble statements. **Before submitting a PR :** 1. [x] Ensure your fork is...