ShaderDependencies.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  1. {
  2. "Blit.bsl": null,
  3. "Clear.bsl": null,
  4. "DebugDraw.bsl": null,
  5. "Default.bsl": [
  6. {
  7. "Path": "GBufferOutput.bslinc"
  8. },
  9. {
  10. "Path": "BasePass.bslinc"
  11. },
  12. {
  13. "Path": "PerCameraData.bslinc"
  14. },
  15. {
  16. "Path": "PerObjectData.bslinc"
  17. },
  18. {
  19. "Path": "VertexInput.bslinc"
  20. },
  21. {
  22. "Path": "SurfaceData.bslinc"
  23. }
  24. ],
  25. "DeferredDirectionalLight.bsl": [
  26. {
  27. "Path": "LightingCommon.bslinc"
  28. },
  29. {
  30. "Path": "DeferredLightCommon.bslinc"
  31. },
  32. {
  33. "Path": "GBufferInput.bslinc"
  34. },
  35. {
  36. "Path": "PerCameraData.bslinc"
  37. },
  38. {
  39. "Path": "DirectLightAccumulator.bslinc"
  40. },
  41. {
  42. "Path": "SurfaceData.bslinc"
  43. }
  44. ],
  45. "DeferredIBLFinalize.bsl": [
  46. {
  47. "Path": "ImageBasedLighting.bslinc"
  48. },
  49. {
  50. "Path": "ReflProbeAccumulator.bslinc"
  51. },
  52. {
  53. "Path": "ReflectionCubemapCommon.bslinc"
  54. },
  55. {
  56. "Path": "GBufferInput.bslinc"
  57. },
  58. {
  59. "Path": "PerCameraData.bslinc"
  60. },
  61. {
  62. "Path": "PPBase.bslinc"
  63. },
  64. {
  65. "Path": "SurfaceData.bslinc"
  66. }
  67. ],
  68. "DeferredIBLProbe.bsl": [
  69. {
  70. "Path": "ImageBasedLighting.bslinc"
  71. },
  72. {
  73. "Path": "ReflProbeAccumulator.bslinc"
  74. },
  75. {
  76. "Path": "ReflectionCubemapCommon.bslinc"
  77. },
  78. {
  79. "Path": "GBufferInput.bslinc"
  80. },
  81. {
  82. "Path": "PerCameraData.bslinc"
  83. },
  84. {
  85. "Path": "SurfaceData.bslinc"
  86. }
  87. ],
  88. "DeferredIBLSetup.bsl": [
  89. {
  90. "Path": "ImageBasedLighting.bslinc"
  91. },
  92. {
  93. "Path": "ReflProbeAccumulator.bslinc"
  94. },
  95. {
  96. "Path": "ReflectionCubemapCommon.bslinc"
  97. },
  98. {
  99. "Path": "GBufferInput.bslinc"
  100. },
  101. {
  102. "Path": "PerCameraData.bslinc"
  103. },
  104. {
  105. "Path": "PPBase.bslinc"
  106. },
  107. {
  108. "Path": "SurfaceData.bslinc"
  109. }
  110. ],
  111. "DeferredIBLSky.bsl": [
  112. {
  113. "Path": "ImageBasedLighting.bslinc"
  114. },
  115. {
  116. "Path": "ReflProbeAccumulator.bslinc"
  117. },
  118. {
  119. "Path": "ReflectionCubemapCommon.bslinc"
  120. },
  121. {
  122. "Path": "GBufferInput.bslinc"
  123. },
  124. {
  125. "Path": "PerCameraData.bslinc"
  126. },
  127. {
  128. "Path": "PPBase.bslinc"
  129. },
  130. {
  131. "Path": "SurfaceData.bslinc"
  132. }
  133. ],
  134. "DeferredPointLight.bsl": [
  135. {
  136. "Path": "LightingCommon.bslinc"
  137. },
  138. {
  139. "Path": "DeferredLightCommon.bslinc"
  140. },
  141. {
  142. "Path": "GBufferInput.bslinc"
  143. },
  144. {
  145. "Path": "PerCameraData.bslinc"
  146. },
  147. {
  148. "Path": "DirectLightAccumulator.bslinc"
  149. },
  150. {
  151. "Path": "SurfaceData.bslinc"
  152. }
  153. ],
  154. "Diffuse.bsl": [
  155. {
  156. "Path": "GBufferOutput.bslinc"
  157. },
  158. {
  159. "Path": "BasePass.bslinc"
  160. },
  161. {
  162. "Path": "PerCameraData.bslinc"
  163. },
  164. {
  165. "Path": "PerObjectData.bslinc"
  166. },
  167. {
  168. "Path": "VertexInput.bslinc"
  169. },
  170. {
  171. "Path": "SurfaceData.bslinc"
  172. }
  173. ],
  174. "FlatFramebufferToTexture.bsl": null,
  175. "IrradianceAccumulateCubeSH.bsl": [
  176. {
  177. "Path": "PPBase.bslinc"
  178. },
  179. {
  180. "Path": "ReflectionCubemapCommon.bslinc"
  181. }
  182. ],
  183. "IrradianceAccumulateSH.bsl": [
  184. {
  185. "Path": "PPBase.bslinc"
  186. },
  187. {
  188. "Path": "ReflectionCubemapCommon.bslinc"
  189. }
  190. ],
  191. "IrradianceComputeSH.bsl": [
  192. {
  193. "Path": "SHCommon.bslinc"
  194. },
  195. {
  196. "Path": "ReflectionCubemapCommon.bslinc"
  197. }
  198. ],
  199. "IrradianceComputeSHFrag.bsl": [
  200. {
  201. "Path": "PPBase.bslinc"
  202. },
  203. {
  204. "Path": "SHCommon.bslinc"
  205. },
  206. {
  207. "Path": "ReflectionCubemapCommon.bslinc"
  208. }
  209. ],
  210. "IrradianceEvaluate.bsl": [
  211. {
  212. "Path": "GBufferInput.bslinc"
  213. },
  214. {
  215. "Path": "PerCameraData.bslinc"
  216. },
  217. {
  218. "Path": "SurfaceData.bslinc"
  219. },
  220. {
  221. "Path": "SHCommon.bslinc"
  222. },
  223. {
  224. "Path": "PPBase.bslinc"
  225. }
  226. ],
  227. "IrradianceProjectSH.bsl": [
  228. {
  229. "Path": "SHCommon.bslinc"
  230. },
  231. {
  232. "Path": "ReflectionCubemapCommon.bslinc"
  233. },
  234. {
  235. "Path": "PPBase.bslinc"
  236. }
  237. ],
  238. "IrradianceReduceSH.bsl": [
  239. {
  240. "Path": "SHCommon.bslinc"
  241. },
  242. {
  243. "Path": "ReflectionCubemapCommon.bslinc"
  244. }
  245. ],
  246. "LightGridLLCreation.bsl": [
  247. {
  248. "Path": "LightGridCommon.bslinc"
  249. },
  250. {
  251. "Path": "ImageBasedLighting.bslinc"
  252. },
  253. {
  254. "Path": "ReflProbeAccumulator.bslinc"
  255. },
  256. {
  257. "Path": "ReflectionCubemapCommon.bslinc"
  258. },
  259. {
  260. "Path": "LightingCommon.bslinc"
  261. },
  262. {
  263. "Path": "PerCameraData.bslinc"
  264. },
  265. {
  266. "Path": "DirectLightAccumulator.bslinc"
  267. },
  268. {
  269. "Path": "SurfaceData.bslinc"
  270. }
  271. ],
  272. "LightGridLLReduction.bsl": [
  273. {
  274. "Path": "LightGridCommon.bslinc"
  275. },
  276. {
  277. "Path": "PerCameraData.bslinc"
  278. }
  279. ],
  280. "MSAACoverage.bsl": [
  281. {
  282. "Path": "GBufferInput.bslinc"
  283. },
  284. {
  285. "Path": "PerCameraData.bslinc"
  286. },
  287. {
  288. "Path": "SurfaceData.bslinc"
  289. },
  290. {
  291. "Path": "PPBase.bslinc"
  292. }
  293. ],
  294. "MSAACoverageStencil.bsl": [
  295. {
  296. "Path": "PPBase.bslinc"
  297. }
  298. ],
  299. "PPBuildHiZ.bsl": [
  300. {
  301. "Path": "PPBase.bslinc"
  302. }
  303. ],
  304. "PPCreateTonemapLUT.bsl": [
  305. {
  306. "Path": "PPBase.bslinc"
  307. },
  308. {
  309. "Path": "PPWhiteBalance.bslinc"
  310. },
  311. {
  312. "Path": "PPTonemapCommon.bslinc"
  313. }
  314. ],
  315. "PPDownsample.bsl": [
  316. {
  317. "Path": "PPBase.bslinc"
  318. }
  319. ],
  320. "PPEncodeDepth.bsl": [
  321. {
  322. "Path": "PerCameraData.bslinc"
  323. },
  324. {
  325. "Path": "PPBase.bslinc"
  326. }
  327. ],
  328. "PPEyeAdaptHistogram.bsl": null,
  329. "PPEyeAdaptHistogramReduce.bsl": [
  330. {
  331. "Path": "PPBase.bslinc"
  332. }
  333. ],
  334. "PPEyeAdaptation.bsl": [
  335. {
  336. "Path": "PPEyeAdaptationCommon.bslinc"
  337. },
  338. {
  339. "Path": "PPBase.bslinc"
  340. }
  341. ],
  342. "PPEyeAdaptationBasic.bsl": [
  343. {
  344. "Path": "PPEyeAdaptationCommon.bslinc"
  345. },
  346. {
  347. "Path": "PPBase.bslinc"
  348. }
  349. ],
  350. "PPEyeAdaptationBasicSetup.bsl": [
  351. {
  352. "Path": "PPEyeAdaptationCommon.bslinc"
  353. },
  354. {
  355. "Path": "PPBase.bslinc"
  356. }
  357. ],
  358. "PPFXAA.bsl": [
  359. {
  360. "Path": "PPBase.bslinc"
  361. }
  362. ],
  363. "PPGaussianBlur.bsl": [
  364. {
  365. "Path": "PPBase.bslinc"
  366. }
  367. ],
  368. "PPGaussianDOFCombine.bsl": [
  369. {
  370. "Path": "PPGaussianDOFCommon.bslinc"
  371. },
  372. {
  373. "Path": "PerCameraData.bslinc"
  374. },
  375. {
  376. "Path": "PPBase.bslinc"
  377. }
  378. ],
  379. "PPGaussianDOFSeparate.bsl": [
  380. {
  381. "Path": "PPGaussianDOFCommon.bslinc"
  382. },
  383. {
  384. "Path": "PerCameraData.bslinc"
  385. },
  386. {
  387. "Path": "PPBase.bslinc"
  388. }
  389. ],
  390. "PPSSAO.bsl": [
  391. {
  392. "Path": "PerCameraData.bslinc"
  393. },
  394. {
  395. "Path": "PPBase.bslinc"
  396. }
  397. ],
  398. "PPSSAOBlur.bsl": [
  399. {
  400. "Path": "PerCameraData.bslinc"
  401. },
  402. {
  403. "Path": "PPBase.bslinc"
  404. }
  405. ],
  406. "PPSSAODownsample.bsl": [
  407. {
  408. "Path": "PerCameraData.bslinc"
  409. },
  410. {
  411. "Path": "PPBase.bslinc"
  412. }
  413. ],
  414. "PPSSRResolve.bsl": [
  415. {
  416. "Path": "PPBase.bslinc"
  417. },
  418. {
  419. "Path": "TemporalResolve.bslinc"
  420. },
  421. {
  422. "Path": "ColorSpace.bslinc"
  423. },
  424. {
  425. "Path": "PerCameraData.bslinc"
  426. },
  427. {
  428. "Path": "GBufferInput.bslinc"
  429. },
  430. {
  431. "Path": "PerCameraData.bslinc"
  432. },
  433. {
  434. "Path": "SurfaceData.bslinc"
  435. }
  436. ],
  437. "PPSSRStencil.bsl": [
  438. {
  439. "Path": "GBufferInput.bslinc"
  440. },
  441. {
  442. "Path": "PerCameraData.bslinc"
  443. },
  444. {
  445. "Path": "SurfaceData.bslinc"
  446. },
  447. {
  448. "Path": "PPBase.bslinc"
  449. }
  450. ],
  451. "PPSSRTrace.bsl": [
  452. {
  453. "Path": "PerCameraData.bslinc"
  454. },
  455. {
  456. "Path": "RayMarch.bslinc"
  457. },
  458. {
  459. "Path": "SurfaceData.bslinc"
  460. },
  461. {
  462. "Path": "ColorSpace.bslinc"
  463. },
  464. {
  465. "Path": "ImportanceSampling.bslinc"
  466. },
  467. {
  468. "Path": "GBufferInput.bslinc"
  469. },
  470. {
  471. "Path": "PerCameraData.bslinc"
  472. },
  473. {
  474. "Path": "PPBase.bslinc"
  475. }
  476. ],
  477. "PPTonemapping.bsl": [
  478. {
  479. "Path": "PPTonemapCommon.bslinc"
  480. }
  481. ],
  482. "ReflectionCubeDownsample.bsl": [
  483. {
  484. "Path": "ReflectionCubemapCommon.bslinc"
  485. },
  486. {
  487. "Path": "PPBase.bslinc"
  488. }
  489. ],
  490. "ReflectionCubeImportanceSample.bsl": [
  491. {
  492. "Path": "ImportanceSampling.bslinc"
  493. },
  494. {
  495. "Path": "ReflectionCubemapCommon.bslinc"
  496. },
  497. {
  498. "Path": "PPBase.bslinc"
  499. }
  500. ],
  501. "ShadowDepthCube.bsl": [
  502. {
  503. "Path": "ShadowDepthBase.bslinc"
  504. },
  505. {
  506. "Path": "PerObjectData.bslinc"
  507. },
  508. {
  509. "Path": "VertexInput.bslinc"
  510. }
  511. ],
  512. "ShadowDepthDirectional.bsl": [
  513. {
  514. "Path": "ShadowDepthBase.bslinc"
  515. },
  516. {
  517. "Path": "PerObjectData.bslinc"
  518. },
  519. {
  520. "Path": "VertexInput.bslinc"
  521. }
  522. ],
  523. "ShadowDepthNormal.bsl": [
  524. {
  525. "Path": "ShadowDepthBase.bslinc"
  526. },
  527. {
  528. "Path": "PerObjectData.bslinc"
  529. },
  530. {
  531. "Path": "VertexInput.bslinc"
  532. }
  533. ],
  534. "ShadowProject.bsl": [
  535. {
  536. "Path": "ShadowProjectionCommon.bslinc"
  537. },
  538. {
  539. "Path": "PerCameraData.bslinc"
  540. },
  541. {
  542. "Path": "SurfaceData.bslinc"
  543. },
  544. {
  545. "Path": "GBufferInput.bslinc"
  546. }
  547. ],
  548. "ShadowProjectOmni.bsl": [
  549. {
  550. "Path": "ShadowProjectionCommon.bslinc"
  551. },
  552. {
  553. "Path": "PerCameraData.bslinc"
  554. },
  555. {
  556. "Path": "SurfaceData.bslinc"
  557. },
  558. {
  559. "Path": "GBufferInput.bslinc"
  560. }
  561. ],
  562. "ShadowProjectStencil.bsl": [
  563. {
  564. "Path": "ShadowProjectionCommon.bslinc"
  565. },
  566. {
  567. "Path": "PerCameraData.bslinc"
  568. }
  569. ],
  570. "Skybox.bsl": [
  571. {
  572. "Path": "PerCameraData.bslinc"
  573. }
  574. ],
  575. "SpriteImageAlpha.bsl": [
  576. {
  577. "Path": "SpriteImage.bslinc"
  578. }
  579. ],
  580. "SpriteImageNoAlpha.bsl": [
  581. {
  582. "Path": "SpriteImage.bslinc"
  583. }
  584. ],
  585. "SpriteLine.bsl": null,
  586. "SpriteText.bsl": null,
  587. "TetrahedraRender.bsl": [
  588. {
  589. "Path": "PerCameraData.bslinc"
  590. }
  591. ],
  592. "TiledDeferredImageBasedLighting.bsl": [
  593. {
  594. "Path": "ImageBasedLighting.bslinc"
  595. },
  596. {
  597. "Path": "ReflProbeAccumulator.bslinc"
  598. },
  599. {
  600. "Path": "ReflectionCubemapCommon.bslinc"
  601. },
  602. {
  603. "Path": "LightingCommon.bslinc"
  604. },
  605. {
  606. "Path": "GBufferInput.bslinc"
  607. },
  608. {
  609. "Path": "PerCameraData.bslinc"
  610. },
  611. {
  612. "Path": "DirectLightAccumulator.bslinc"
  613. },
  614. {
  615. "Path": "SurfaceData.bslinc"
  616. }
  617. ],
  618. "TiledDeferredLighting.bsl": [
  619. {
  620. "Path": "ImageBasedLighting.bslinc"
  621. },
  622. {
  623. "Path": "ReflProbeAccumulator.bslinc"
  624. },
  625. {
  626. "Path": "ReflectionCubemapCommon.bslinc"
  627. },
  628. {
  629. "Path": "LightingCommon.bslinc"
  630. },
  631. {
  632. "Path": "GBufferInput.bslinc"
  633. },
  634. {
  635. "Path": "PerCameraData.bslinc"
  636. },
  637. {
  638. "Path": "DirectLightAccumulator.bslinc"
  639. },
  640. {
  641. "Path": "SurfaceData.bslinc"
  642. }
  643. ],
  644. "Transparent.bsl": [
  645. {
  646. "Path": "ImageBasedLighting.bslinc"
  647. },
  648. {
  649. "Path": "ForwardLighting.bslinc"
  650. },
  651. {
  652. "Path": "ReflProbeAccumulator.bslinc"
  653. },
  654. {
  655. "Path": "ReflectionCubemapCommon.bslinc"
  656. },
  657. {
  658. "Path": "LightingCommon.bslinc"
  659. },
  660. {
  661. "Path": "PerCameraData.bslinc"
  662. },
  663. {
  664. "Path": "DirectLightAccumulator.bslinc"
  665. },
  666. {
  667. "Path": "SurfaceData.bslinc"
  668. },
  669. {
  670. "Path": "BasePass.bslinc"
  671. },
  672. {
  673. "Path": "LightGridCommon.bslinc"
  674. },
  675. {
  676. "Path": "VertexInput.bslinc"
  677. },
  678. {
  679. "Path": "PerObjectData.bslinc"
  680. },
  681. {
  682. "Path": "GBufferOutput.bslinc"
  683. }
  684. ]
  685. }