o3de / o3de-atom-sampleviewer

Atom sample viewer project for the Open 3D Engine
https://o3de.org
Other
32 stars 37 forks source link

RPI/StreamingImage sample uses incorrect textures for Hot Reloading Test #413

Open LB-BartoszDudzinski opened 2 years ago

LB-BartoszDudzinski commented 2 years ago

Describe the bug Textures used in the Hot Reloading Test are incorrect. Instead of streaming3.dds and streaming11.dds textures, green and yellow rectangles are displayed.

Steps to reproduce Steps to reproduce the behavior:

  1. Launch the AtomSampleViewer.GameLauncher.
  2. Load the StreamingImage (Samples > RPI > StreamingImage).

Expected behavior The streaming3.dds and streaming11.dds textures are used in the Hot Reloading Test.

Actual behavior Green and yellow rectangles are used instead.

Screenshots/Video

https://user-images.githubusercontent.com/86952009/162907113-3b6b816a-18f6-4132-ba1e-55d06ab8f4b6.mp4

Found in Branch Stabilization/2205 (3e47df2)

Desktop/Device

VickyAtAZ commented 2 years ago

The test images were updated to switch between streaming1.png and streaming2.png to reduce the image building time for the test. The document for RPI StreamingImage sample need to updated.

moudgils commented 1 year ago

@VickyAtAZ Can we close this bug now?