atomsampleviewergem_private_files.cmake 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Source/AtomSampleComponent.cpp
  10. Source/AtomSampleComponent.h
  11. Source/AtomSampleViewerOptions.h
  12. Source/AtomSampleViewerSystemComponent.cpp
  13. Source/AtomSampleViewerSystemComponent.h
  14. Source/AtomSampleViewerRequestBus.h
  15. Source/SampleComponentManager.cpp
  16. Source/SampleComponentManager.h
  17. Source/SampleComponentManagerBus.h
  18. Source/SampleComponentConfig.cpp
  19. Source/SampleComponentConfig.h
  20. Source/Automation/AssetStatusTracker.cpp
  21. Source/Automation/AssetStatusTracker.h
  22. Source/Automation/ImageComparisonConfig.h
  23. Source/Automation/ImageComparisonConfig.cpp
  24. Source/Automation/PrecommitWizardSettings.h
  25. Source/Automation/ScriptableImGui.cpp
  26. Source/Automation/ScriptableImGui.h
  27. Source/Automation/ScriptManager.cpp
  28. Source/Automation/ScriptManager.h
  29. Source/Automation/ScriptRepeaterBus.h
  30. Source/Automation/ScriptRunnerBus.h
  31. Source/Automation/ScriptReporter.cpp
  32. Source/Automation/ScriptReporter.h
  33. Source/RHI/AlphaToCoverageExampleComponent.cpp
  34. Source/RHI/AlphaToCoverageExampleComponent.h
  35. Source/RHI/AsyncComputeExampleComponent.h
  36. Source/RHI/AsyncComputeExampleComponent.cpp
  37. Source/RHI/BasicRHIComponent.cpp
  38. Source/RHI/BasicRHIComponent.h
  39. Source/RHI/BindlessPrototypeExampleComponent.h
  40. Source/RHI/BindlessPrototypeExampleComponent.cpp
  41. Source/RHI/ComputeExampleComponent.cpp
  42. Source/RHI/ComputeExampleComponent.h
  43. Source/RHI/CopyQueueComponent.cpp
  44. Source/RHI/CopyQueueComponent.h
  45. Source/RHI/DualSourceBlendingComponent.cpp
  46. Source/RHI/DualSourceBlendingComponent.h
  47. Source/RHI/IndirectRenderingExampleComponent.cpp
  48. Source/RHI/IndirectRenderingExampleComponent.h
  49. Source/RHI/InputAssemblyExampleComponent.cpp
  50. Source/RHI/InputAssemblyExampleComponent.h
  51. Source/RHI/MRTExampleComponent.h
  52. Source/RHI/MRTExampleComponent.cpp
  53. Source/RHI/MSAAExampleComponent.h
  54. Source/RHI/MSAAExampleComponent.cpp
  55. Source/RHI/MultiThreadComponent.cpp
  56. Source/RHI/MultiThreadComponent.h
  57. Source/RHI/MultipleViewsComponent.cpp
  58. Source/RHI/MultipleViewsComponent.h
  59. Source/RHI/MultiViewportSwapchainComponent.cpp
  60. Source/RHI/MultiViewportSwapchainComponent.h
  61. Source/RHI/QueryExampleComponent.h
  62. Source/RHI/QueryExampleComponent.cpp
  63. Source/RHI/StencilExampleComponent.cpp
  64. Source/RHI/StencilExampleComponent.h
  65. Source/RHI/SwapchainExampleComponent.cpp
  66. Source/RHI/SwapchainExampleComponent.h
  67. Source/RHI/SphericalHarmonicsExampleComponent.cpp
  68. Source/RHI/SphericalHarmonicsExampleComponent.h
  69. Source/RHI/SubpassExampleComponent.cpp
  70. Source/RHI/SubpassExampleComponent.h
  71. Source/RHI/Texture3dExampleComponent.cpp
  72. Source/RHI/Texture3dExampleComponent.h
  73. Source/RHI/TextureArrayExampleComponent.cpp
  74. Source/RHI/TextureArrayExampleComponent.h
  75. Source/RHI/TextureExampleComponent.cpp
  76. Source/RHI/TextureExampleComponent.h
  77. Source/RHI/TextureMapExampleComponent.cpp
  78. Source/RHI/TextureMapExampleComponent.h
  79. Source/RHI/TriangleExampleComponent.cpp
  80. Source/RHI/TriangleExampleComponent.h
  81. Source/RHI/TrianglesConstantBufferExampleComponent.h
  82. Source/RHI/TrianglesConstantBufferExampleComponent.cpp
  83. Source/RHI/RayTracingExampleComponent.cpp
  84. Source/RHI/RayTracingExampleComponent.h
  85. Source/RHI/MatrixAlignmentTestExampleComponent.cpp
  86. Source/RHI/MatrixAlignmentTestExampleComponent.h
  87. Source/RHI/XRExampleComponent.cpp
  88. Source/RHI/XRExampleComponent.h
  89. Source/Performance/HighInstanceExampleComponent.cpp
  90. Source/Performance/HighInstanceExampleComponent.h
  91. Source/Performance/100KDrawable_SingleView_ExampleComponent.cpp
  92. Source/Performance/100KDrawable_SingleView_ExampleComponent.h
  93. Source/Performance/100KDraw_10KDrawable_MultiView_ExampleComponent.cpp
  94. Source/Performance/100KDraw_10KDrawable_MultiView_ExampleComponent.h
  95. Source/AreaLightExampleComponent.cpp
  96. Source/AreaLightExampleComponent.h
  97. Source/AssetLoadTestComponent.cpp
  98. Source/AssetLoadTestComponent.h
  99. Source/AuxGeomExampleComponent.cpp
  100. Source/AuxGeomExampleComponent.h
  101. Source/AuxGeomSharedDrawFunctions.cpp
  102. Source/AuxGeomSharedDrawFunctions.h
  103. Source/BakedShaderVariantExampleComponent.h
  104. Source/BakedShaderVariantExampleComponent.cpp
  105. Source/SponzaBenchmarkComponent.cpp
  106. Source/SponzaBenchmarkComponent.h
  107. Source/BloomExampleComponent.cpp
  108. Source/BloomExampleComponent.h
  109. Source/CheckerboardExampleComponent.h
  110. Source/CheckerboardExampleComponent.cpp
  111. Source/CommonSampleComponentBase.cpp
  112. Source/CommonSampleComponentBase.h
  113. Source/CullingAndLodExampleComponent.cpp
  114. Source/CullingAndLodExampleComponent.h
  115. Source/DecalExampleComponent.cpp
  116. Source/DecalExampleComponent.h
  117. Source/DecalContainer.cpp
  118. Source/DecalContainer.h
  119. Source/DepthOfFieldExampleComponent.h
  120. Source/DepthOfFieldExampleComponent.cpp
  121. Source/DiffuseGIExampleComponent.cpp
  122. Source/DiffuseGIExampleComponent.h
  123. Source/DynamicDrawExampleComponent.h
  124. Source/DynamicDrawExampleComponent.cpp
  125. Source/DynamicMaterialTestComponent.cpp
  126. Source/DynamicMaterialTestComponent.h
  127. Source/EntityLatticeTestComponent.cpp
  128. Source/EntityLatticeTestComponent.h
  129. Source/EntityUtilityFunctions.cpp
  130. Source/EntityUtilityFunctions.h
  131. Source/ExposureExampleComponent.cpp
  132. Source/ExposureExampleComponent.h
  133. Source/EyeMaterialExampleComponent.h
  134. Source/EyeMaterialExampleComponent.cpp
  135. Source/LightCullingExampleComponent.cpp
  136. Source/LightCullingExampleComponent.h
  137. Source/MeshExampleComponent.cpp
  138. Source/MeshExampleComponent.h
  139. Source/MSAA_RPI_ExampleComponent.cpp
  140. Source/MSAA_RPI_ExampleComponent.h
  141. Source/MultiRenderPipelineExampleComponent.cpp
  142. Source/MultiRenderPipelineExampleComponent.h
  143. Source/MultiSceneExampleComponent.cpp
  144. Source/MultiSceneExampleComponent.h
  145. Source/MultiViewSingleSceneAuxGeomExampleComponent.cpp
  146. Source/MultiViewSingleSceneAuxGeomExampleComponent.h
  147. Source/ParallaxMappingExampleComponent.cpp
  148. Source/ParallaxMappingExampleComponent.h
  149. Source/Passes/RayTracingAmbientOcclusionPass.cpp
  150. Source/Passes/RayTracingAmbientOcclusionPass.h
  151. Source/ParallaxMappingExampleComponent.h
  152. Source/ProceduralSkinnedMesh.cpp
  153. Source/ProceduralSkinnedMesh.h
  154. Source/ProceduralSkinnedMeshUtils.cpp
  155. Source/ProceduralSkinnedMeshUtils.h
  156. Source/ReadbackExampleComponent.cpp
  157. Source/ReadbackExampleComponent.h
  158. Source/RenderTargetTextureExampleComponent.cpp
  159. Source/RenderTargetTextureExampleComponent.h
  160. Source/RootConstantsExampleComponent.h
  161. Source/RootConstantsExampleComponent.cpp
  162. Source/SceneReloadSoakTestComponent.cpp
  163. Source/SceneReloadSoakTestComponent.h
  164. Source/ShadowExampleComponent.cpp
  165. Source/ShadowExampleComponent.h
  166. Source/ShadowedSponzaExampleComponent.cpp
  167. Source/ShadowedSponzaExampleComponent.h
  168. Source/SkinnedMeshContainer.cpp
  169. Source/SkinnedMeshContainer.h
  170. Source/SkinnedMeshExampleComponent.cpp
  171. Source/SkinnedMeshExampleComponent.h
  172. Source/SsaoExampleComponent.cpp
  173. Source/SsaoExampleComponent.h
  174. Source/SSRExampleComponent.cpp
  175. Source/SSRExampleComponent.h
  176. Source/StreamingImageExampleComponent.cpp
  177. Source/StreamingImageExampleComponent.h
  178. Source/TonemappingExampleComponent.cpp
  179. Source/TonemappingExampleComponent.h
  180. Source/TransparencyExampleComponent.cpp
  181. Source/TransparencyExampleComponent.h
  182. Source/ShaderReloadTestComponent.cpp
  183. Source/ShaderReloadTestComponent.h
  184. Source/Utils/ImGuiAssetBrowser.cpp
  185. Source/Utils/ImGuiAssetBrowser.h
  186. Source/Utils/ImGuiHistogramQueue.cpp
  187. Source/Utils/ImGuiHistogramQueue.h
  188. Source/Utils/ImGuiMessageBox.cpp
  189. Source/Utils/ImGuiMessageBox.h
  190. Source/Utils/ImGuiSaveFilePath.cpp
  191. Source/Utils/ImGuiSaveFilePath.h
  192. Source/Utils/ImGuiSidebar.cpp
  193. Source/Utils/ImGuiSidebar.h
  194. Source/Utils/Utils.cpp
  195. Source/Utils/Utils.h
  196. Source/Utils/ImGuiProgressList.cpp
  197. Source/Utils/ImGuiProgressList.h
  198. Source/XRRPIExampleComponent.cpp
  199. Source/XRRPIExampleComponent.h
  200. )