metarutaiga

Results 6 issues of metarutaiga

I switched Home Assistant from Homebridge and still use Homebridge. But it can't work when I use Sonoff T1 (3 Switch).

#### Description I started to use r22, and found it generated bigger binary than r21. And I found it show many std::string symbol in the binary. So I need to...

bug
needs-info

I tried to use C Interface to compile HLSL. But it miss a function to set entry point. https://github.com/KhronosGroup/glslang/blob/e8dd0b6903b34f1879520b444634c75ea2deedf5/glslang/Public/ShaderLang.h#L471 https://github.com/KhronosGroup/glslang/blob/e8dd0b6903b34f1879520b444634c75ea2deedf5/glslang/Include/glslang_c_interface.h#L257 Maybe GLSLANG_EXPORT void glslang_shader_set_entry_point(glslang_shader_t* shader, const char* s);

``` [Vulkan] MoltenVK : VK_ERROR_INITIALIZATION_FAILED: Shader library compile failed (Error code 3): program_source:37:25: error: no member named 'sample' in 'metal::sampler' color *= samDiffuse.sample(samDiffuseSmplr, float2(vary.UV0.x, 0.5)); ~~~~~~~~~~ ^ program_source:37:32: error: use...

Question
Answered
Not our bug

https://github.com/metarutaiga/FidelityFX-SDK-DX11 Here is the FidelityFX-SDK for DX11 It had FSR3 Upscaler and Frame Interpolation. (NO DXGISwapchain) Task --- - [x] Support for Shader Model 5.0 - [x] Patch GroupMemoryBarrier to...

Here is the FFX_FSR1_RCAS_DENOISE flag. https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/d7531ae47d8b36a5d4025663e731a47a38be882f/sdk/include/FidelityFX/host/ffx_fsr1.h#L114-L117 Miss ? https://github.com/GPUOpen-LibrariesAndSDKs/FidelityFX-SDK/blob/d7531ae47d8b36a5d4025663e731a47a38be882f/sdk/src/components/fsr1/ffx_fsr1_private.h#L36-L37