ShaderDependencies.json 13 KB

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