Skip to content

Impeller Windows produces tons of warnings #188348

Description

@loic-sharma

Repro steps

Repro 1: Run Windows embedder unit tests

In the Flutter repo on the latest master commit, run a Windows embedder test:

et build -c host_debug_unopt
.\engine\src\out\host_debug_unopt\flutter_windows_unittests.exe --gtest_filter="WindowsTest.LaunchMain"

The test output is unreadable due to Impeller Windows warnings:

Windows embedder test output...

PS C:\Code\f\flutter> .\engine\src\out\host_debug_unopt\flutter_windows_unittests.exe --gtest_filter="WindowsTest.LaunchMain"
[INFO:flutter/testing/test_timeout_listener.cc(75)] Test timeout of 300 seconds per test case will be enforced.
Note: Google Test filter = WindowsTest.LaunchMain
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from WindowsTest
[ RUN      ] WindowsTest.LaunchMain
Failed to init NativeSymbolResolver (SymInitialize 87)
[IMPORTANT:flutter/shell/platform/embedder/embedder_surface_gl_impeller.cc(126)] Using the Impeller rendering backend (OpenGLESSDF).
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(143,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(143,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(518,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(518,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(519,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(519,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(538,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(538,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(300,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(560,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(518,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(518,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(519,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(519,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(538,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(538,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(300,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(560,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(488,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(488,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(240,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(240,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
The Dart VM service is listening on http://127.0.0.1:58186/mrr75Dt9_Ew=/
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(114,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(114,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(204,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(204,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(250,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(372,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(250,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(372,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(200,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(200,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(124,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(246,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(124,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(246,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(211,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(137,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(137,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

[       OK ] WindowsTest.LaunchMain (2673 ms)
[----------] 1 test from WindowsTest (2673 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (2674 ms total)
[  PASSED  ] 1 test.

Repro 2: run app with locally built engine

In the Flutter repo on the latest master commit, run an app using a locally built engine:

et build -c host_debug_unopt
cd .\examples\hello_world\
flutter run -d windows --local-engine-host host_debug_unopt --local-engine host_debug_unopt

The flutter run output is flooded with warnings:

Logs with warnings...

PS C:\Code\f\flutter\examples\hello_world> flutter run -d windows --local-engine-host host_debug_unopt --local-engine host_debug_unopt
Resolving dependencies in `C:\Code\f\flutter`... (2.5s)
Downloading packages... (1.4s)
  _fe_analyzer_shared 95.0.0 (104.0.0 available)
  adaptive_breakpoints 0.1.7 (discontinued)
  analyzer 10.1.0 (14.0.0 available)
  archive 3.6.1 (4.0.9 available)
  cli_util 0.4.2 (0.5.1 available)
  dart_style 3.1.7 (3.1.9 available)
  device_info 2.0.3 (discontinued replaced by device_info_plus)
  devtools_shared 12.1.0 (13.0.1 available)
  flutter_template_images 5.0.0 (5.0.1 available)
  gcloud 0.8.19 (0.9.0 available)
  google_cloud 0.4.1 (0.5.0 available)
  google_fonts 6.3.3 (8.1.0 available)
  google_mobile_ads 8.0.0 (9.0.0 available)
  googleapis 14.0.0 (16.0.0 available)
  hooks_runner 1.4.0 (1.5.0 available)
  image 4.3.0 (4.9.1 available)
  isolate 2.1.1 (discontinued)
  js 0.7.2 (discontinued)
  package_config 2.2.0 (3.0.0 available)
  path_provider 2.1.5 (2.1.6 available)
  path_provider_platform_interface 2.1.2 (2.1.3 available)
  pedantic 1.11.1 (discontinued replaced by lints)
  unified_analytics 8.0.14 (8.0.15 available)
  webview_flutter 4.13.1 (4.14.0 available)
  xml 6.6.1 (7.0.1 available)
Got dependencies in `C:\Code\f\flutter`!
5 packages are discontinued.
20 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Launching lib\main.dart on Windows in debug mode...
Building Windows application...                                    20.3s
✓ Built build\windows\x64\runner\Debug\hello_world.exe
[IMPORTANT:flutter/shell/platform/embedder/embedder_surface_gl_impeller.cc(126)] Using the Impeller rendering backend (OpenGLESSDF).
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(143,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(143,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(518,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(518,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(519,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(519,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(538,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(538,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(300,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(560,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(518,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(518,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(519,21-35): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(519,21-35): warning X3081: potentially unintended use of a comma expression in a variable initializer
C:\fakepath(538,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(538,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,55-69): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(552,74-88): warning X3081: comma expression used where a vector constructor may have been intended
C:\fakepath(300,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(560,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(508,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(488,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(488,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(240,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(240,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(114,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(114,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'FragInfo' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(204,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(204,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(250,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(372,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(250,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(372,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(367,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(200,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(200,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(124,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(246,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(124,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(246,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(241,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(211,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(211,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(118,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(118,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'KernelSamples' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: ProgramD3D.cpp:711 (rx::ProgramD3D::linkJobImpl): Uniform block 'KernelSamples' will be slow to compile. See UniformBlockToStructuredBufferTranslation.md (https://shorturl.at/drFY7) for details.
WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(109,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(127,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(127,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(109,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(127,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(127,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(100,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(100,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(108,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(118,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(131,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(313,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(108,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(118,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(131,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(313,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(108,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(118,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(131,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(311,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(108,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(118,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(131,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(311,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(101,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(133,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(190,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]
C:\fakepath(203,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll
C:\fakepath(569,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(146,1-13): warning X3557: loop only executes for 1 iteration(s), forcing loop to unroll

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(192,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(137,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

WARN: HLSLCompiler.cpp:254 (rx::HLSLCompiler::compileToBinary):
C:\fakepath(137,1-13): warning X3557: loop only executes for 1 iteration(s), consider removing [loop]

Syncing files to device Windows...                                  28ms

Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h List all available interactive commands.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).

A Dart VM Service on Windows is available at: http://127.0.0.1:57921/F5AtshT6Jig=/
The Flutter DevTools debugger and profiler on Windows is available at:
http://127.0.0.1:57921/F5AtshT6Jig=/devtools/?uri=ws://127.0.0.1:57921/F5AtshT6Jig=/ws

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work lista: desktopRunning on desktope: impellerImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.fyi-windowsFor the attention of the Windows platform teamplatform-windowsBuilding on or for Windows specificallyteam-engineOwned by Engine teamtriaged-engineTriaged by Engine team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions