ShaderDependencies.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966
  1. {
  2. "BicubicUpsample.bsl": null,
  3. "Blit.bsl": null,
  4. "Clear.bsl": null,
  5. "ClearLoadStore.bsl": null,
  6. "Composite.bsl": null,
  7. "DebugDraw.bsl": null,
  8. "Decal.bsl": [
  9. {
  10. "Path": "GBufferOutput.bslinc"
  11. },
  12. {
  13. "Path": "MaskInput.bslinc"
  14. },
  15. {
  16. "Path": "SurfaceData.bslinc"
  17. },
  18. {
  19. "Path": "PerCameraData.bslinc"
  20. },
  21. {
  22. "Path": "PerObjectData.bslinc"
  23. },
  24. {
  25. "Path": "VertexInput.bslinc"
  26. },
  27. {
  28. "Path": "DepthInput.bslinc"
  29. },
  30. {
  31. "Path": "VertexCommon.bslinc"
  32. }
  33. ],
  34. "Default.bsl": [
  35. {
  36. "Path": "BasePass.bslinc"
  37. },
  38. {
  39. "Path": "GBufferOutput.bslinc"
  40. },
  41. {
  42. "Path": "SurfaceData.bslinc"
  43. },
  44. {
  45. "Path": "PerCameraData.bslinc"
  46. },
  47. {
  48. "Path": "PerObjectData.bslinc"
  49. },
  50. {
  51. "Path": "VertexInput.bslinc"
  52. },
  53. {
  54. "Path": "VertexCommon.bslinc"
  55. }
  56. ],
  57. "DeferredDirectionalLight.bsl": [
  58. {
  59. "Path": "DeferredLightCommon.bslinc"
  60. },
  61. {
  62. "Path": "GBufferInput.bslinc"
  63. },
  64. {
  65. "Path": "PerCameraData.bslinc"
  66. },
  67. {
  68. "Path": "DirectLightAccumulator.bslinc"
  69. },
  70. {
  71. "Path": "DirectLighting.bslinc"
  72. },
  73. {
  74. "Path": "SurfaceData.bslinc"
  75. }
  76. ],
  77. "DeferredIBLFinalize.bsl": [
  78. {
  79. "Path": "ImageBasedLighting.bslinc"
  80. },
  81. {
  82. "Path": "ReflProbeAccumulator.bslinc"
  83. },
  84. {
  85. "Path": "ReflectionCubemapCommon.bslinc"
  86. },
  87. {
  88. "Path": "GBufferInput.bslinc"
  89. },
  90. {
  91. "Path": "PerCameraData.bslinc"
  92. },
  93. {
  94. "Path": "PPBase.bslinc"
  95. },
  96. {
  97. "Path": "SurfaceData.bslinc"
  98. }
  99. ],
  100. "DeferredIBLProbe.bsl": [
  101. {
  102. "Path": "GBufferInput.bslinc"
  103. },
  104. {
  105. "Path": "PerCameraData.bslinc"
  106. },
  107. {
  108. "Path": "DirectLightAccumulator.bslinc"
  109. },
  110. {
  111. "Path": "DirectLighting.bslinc"
  112. },
  113. {
  114. "Path": "SurfaceData.bslinc"
  115. },
  116. {
  117. "Path": "ImageBasedLighting.bslinc"
  118. },
  119. {
  120. "Path": "ReflProbeAccumulator.bslinc"
  121. },
  122. {
  123. "Path": "ReflectionCubemapCommon.bslinc"
  124. }
  125. ],
  126. "DeferredIBLSetup.bsl": [
  127. {
  128. "Path": "ImageBasedLighting.bslinc"
  129. },
  130. {
  131. "Path": "ReflProbeAccumulator.bslinc"
  132. },
  133. {
  134. "Path": "ReflectionCubemapCommon.bslinc"
  135. },
  136. {
  137. "Path": "GBufferInput.bslinc"
  138. },
  139. {
  140. "Path": "PerCameraData.bslinc"
  141. },
  142. {
  143. "Path": "PPBase.bslinc"
  144. },
  145. {
  146. "Path": "SurfaceData.bslinc"
  147. }
  148. ],
  149. "DeferredIBLSky.bsl": [
  150. {
  151. "Path": "GBufferInput.bslinc"
  152. },
  153. {
  154. "Path": "DirectLightAccumulator.bslinc"
  155. },
  156. {
  157. "Path": "PerCameraData.bslinc"
  158. },
  159. {
  160. "Path": "DirectLighting.bslinc"
  161. },
  162. {
  163. "Path": "SurfaceData.bslinc"
  164. },
  165. {
  166. "Path": "ImageBasedLighting.bslinc"
  167. },
  168. {
  169. "Path": "ReflProbeAccumulator.bslinc"
  170. },
  171. {
  172. "Path": "ReflectionCubemapCommon.bslinc"
  173. },
  174. {
  175. "Path": "PPBase.bslinc"
  176. }
  177. ],
  178. "DeferredPointLight.bsl": [
  179. {
  180. "Path": "DeferredLightCommon.bslinc"
  181. },
  182. {
  183. "Path": "GBufferInput.bslinc"
  184. },
  185. {
  186. "Path": "PerCameraData.bslinc"
  187. },
  188. {
  189. "Path": "DirectLightAccumulator.bslinc"
  190. },
  191. {
  192. "Path": "DirectLighting.bslinc"
  193. },
  194. {
  195. "Path": "SurfaceData.bslinc"
  196. }
  197. ],
  198. "Diffuse.bsl": [
  199. {
  200. "Path": "BasePass.bslinc"
  201. },
  202. {
  203. "Path": "GBufferOutput.bslinc"
  204. },
  205. {
  206. "Path": "SurfaceData.bslinc"
  207. },
  208. {
  209. "Path": "PerCameraData.bslinc"
  210. },
  211. {
  212. "Path": "PerObjectData.bslinc"
  213. },
  214. {
  215. "Path": "VertexInput.bslinc"
  216. },
  217. {
  218. "Path": "VertexCommon.bslinc"
  219. }
  220. ],
  221. "GpuParticleBounds.bsl": null,
  222. "GpuParticleClear.bsl": [
  223. {
  224. "Path": "GpuParticleTileVertex.bslinc"
  225. }
  226. ],
  227. "GpuParticleCurveInject.bsl": null,
  228. "GpuParticleInject.bsl": null,
  229. "GpuParticleSimulate.bsl": [
  230. {
  231. "Path": "PerObjectData.bslinc"
  232. },
  233. {
  234. "Path": "GpuParticleTileVertex.bslinc"
  235. },
  236. {
  237. "Path": "PerCameraData.bslinc"
  238. }
  239. ],
  240. "GpuParticleSortPrepare.bsl": null,
  241. "IrradianceAccumulateCubeSH.bsl": [
  242. {
  243. "Path": "PPBase.bslinc"
  244. },
  245. {
  246. "Path": "ReflectionCubemapCommon.bslinc"
  247. }
  248. ],
  249. "IrradianceAccumulateSH.bsl": [
  250. {
  251. "Path": "PPBase.bslinc"
  252. },
  253. {
  254. "Path": "ReflectionCubemapCommon.bslinc"
  255. }
  256. ],
  257. "IrradianceComputeSH.bsl": [
  258. {
  259. "Path": "SHCommon.bslinc"
  260. },
  261. {
  262. "Path": "ReflectionCubemapCommon.bslinc"
  263. }
  264. ],
  265. "IrradianceComputeSHFrag.bsl": [
  266. {
  267. "Path": "PPBase.bslinc"
  268. },
  269. {
  270. "Path": "SHCommon.bslinc"
  271. },
  272. {
  273. "Path": "ReflectionCubemapCommon.bslinc"
  274. }
  275. ],
  276. "IrradianceEvaluate.bsl": [
  277. {
  278. "Path": "GBufferInput.bslinc"
  279. },
  280. {
  281. "Path": "PerCameraData.bslinc"
  282. },
  283. {
  284. "Path": "SurfaceData.bslinc"
  285. },
  286. {
  287. "Path": "SHCommon.bslinc"
  288. },
  289. {
  290. "Path": "PPBase.bslinc"
  291. }
  292. ],
  293. "IrradianceProjectSH.bsl": [
  294. {
  295. "Path": "SHCommon.bslinc"
  296. },
  297. {
  298. "Path": "ReflectionCubemapCommon.bslinc"
  299. },
  300. {
  301. "Path": "PPBase.bslinc"
  302. }
  303. ],
  304. "IrradianceReduceSH.bsl": [
  305. {
  306. "Path": "SHCommon.bslinc"
  307. },
  308. {
  309. "Path": "ReflectionCubemapCommon.bslinc"
  310. }
  311. ],
  312. "LightGridLLCreation.bsl": [
  313. {
  314. "Path": "LightGridCommon.bslinc"
  315. },
  316. {
  317. "Path": "ImageBasedLighting.bslinc"
  318. },
  319. {
  320. "Path": "ReflProbeAccumulator.bslinc"
  321. },
  322. {
  323. "Path": "ReflectionCubemapCommon.bslinc"
  324. },
  325. {
  326. "Path": "PerCameraData.bslinc"
  327. },
  328. {
  329. "Path": "DirectLightAccumulator.bslinc"
  330. },
  331. {
  332. "Path": "DirectLighting.bslinc"
  333. },
  334. {
  335. "Path": "SurfaceData.bslinc"
  336. }
  337. ],
  338. "LightGridLLReduction.bsl": [
  339. {
  340. "Path": "LightGridCommon.bslinc"
  341. },
  342. {
  343. "Path": "PerCameraData.bslinc"
  344. }
  345. ],
  346. "MSAACoverage.bsl": [
  347. {
  348. "Path": "GBufferInput.bslinc"
  349. },
  350. {
  351. "Path": "PerCameraData.bslinc"
  352. },
  353. {
  354. "Path": "SurfaceData.bslinc"
  355. },
  356. {
  357. "Path": "PPBase.bslinc"
  358. }
  359. ],
  360. "MSAACoverageStencil.bsl": [
  361. {
  362. "Path": "PPBase.bslinc"
  363. }
  364. ],
  365. "PPBloomClip.bsl": [
  366. {
  367. "Path": "ColorSpace.bslinc"
  368. }
  369. ],
  370. "PPBokehDOF.bsl": [
  371. {
  372. "Path": "PerCameraData.bslinc"
  373. },
  374. {
  375. "Path": "DepthOfFieldCommon.bslinc"
  376. }
  377. ],
  378. "PPBokehDOFCombine.bsl": [
  379. {
  380. "Path": "DepthInput.bslinc"
  381. },
  382. {
  383. "Path": "PerCameraData.bslinc"
  384. },
  385. {
  386. "Path": "PPBase.bslinc"
  387. },
  388. {
  389. "Path": "DepthOfFieldCommon.bslinc"
  390. }
  391. ],
  392. "PPBokehDOFPrepare.bsl": [
  393. {
  394. "Path": "DepthInput.bslinc"
  395. },
  396. {
  397. "Path": "PerCameraData.bslinc"
  398. },
  399. {
  400. "Path": "PPBase.bslinc"
  401. },
  402. {
  403. "Path": "DepthOfFieldCommon.bslinc"
  404. }
  405. ],
  406. "PPBuildHiZ.bsl": [
  407. {
  408. "Path": "PPBase.bslinc"
  409. }
  410. ],
  411. "PPChromaticAberration.bsl": [
  412. {
  413. "Path": "PPBase.bslinc"
  414. }
  415. ],
  416. "PPCreateTonemapLUT.bsl": [
  417. {
  418. "Path": "PPBase.bslinc"
  419. },
  420. {
  421. "Path": "PPWhiteBalance.bslinc"
  422. },
  423. {
  424. "Path": "PPTonemapCommon.bslinc"
  425. }
  426. ],
  427. "PPDownsample.bsl": [
  428. {
  429. "Path": "PPBase.bslinc"
  430. }
  431. ],
  432. "PPEncodeDepth.bsl": [
  433. {
  434. "Path": "PerCameraData.bslinc"
  435. },
  436. {
  437. "Path": "PPBase.bslinc"
  438. }
  439. ],
  440. "PPEyeAdaptHistogram.bsl": null,
  441. "PPEyeAdaptHistogramReduce.bsl": [
  442. {
  443. "Path": "PPBase.bslinc"
  444. }
  445. ],
  446. "PPEyeAdaptation.bsl": [
  447. {
  448. "Path": "PPEyeAdaptationCommon.bslinc"
  449. },
  450. {
  451. "Path": "PPBase.bslinc"
  452. }
  453. ],
  454. "PPEyeAdaptationBasic.bsl": [
  455. {
  456. "Path": "PPEyeAdaptationCommon.bslinc"
  457. },
  458. {
  459. "Path": "PPBase.bslinc"
  460. }
  461. ],
  462. "PPEyeAdaptationBasicSetup.bsl": [
  463. {
  464. "Path": "PPEyeAdaptationCommon.bslinc"
  465. },
  466. {
  467. "Path": "PPBase.bslinc"
  468. }
  469. ],
  470. "PPFXAA.bsl": [
  471. {
  472. "Path": "PPBase.bslinc"
  473. }
  474. ],
  475. "PPFilmGrain.bsl": [
  476. {
  477. "Path": "PPBase.bslinc"
  478. }
  479. ],
  480. "PPGaussianBlur.bsl": [
  481. {
  482. "Path": "PPGaussianBlurCommon.bslinc"
  483. },
  484. {
  485. "Path": "PPBase.bslinc"
  486. }
  487. ],
  488. "PPGaussianDOFCombine.bsl": [
  489. {
  490. "Path": "PPGaussianDOFCommon.bslinc"
  491. },
  492. {
  493. "Path": "PerCameraData.bslinc"
  494. },
  495. {
  496. "Path": "PPBase.bslinc"
  497. }
  498. ],
  499. "PPGaussianDOFSeparate.bsl": [
  500. {
  501. "Path": "PPGaussianDOFCommon.bslinc"
  502. },
  503. {
  504. "Path": "PerCameraData.bslinc"
  505. },
  506. {
  507. "Path": "PPBase.bslinc"
  508. }
  509. ],
  510. "PPMotionBlur.bsl": [
  511. {
  512. "Path": "DepthInput.bslinc"
  513. },
  514. {
  515. "Path": "PerCameraData.bslinc"
  516. },
  517. {
  518. "Path": "PPBase.bslinc"
  519. }
  520. ],
  521. "PPSSAO.bsl": [
  522. {
  523. "Path": "PerCameraData.bslinc"
  524. },
  525. {
  526. "Path": "PPBase.bslinc"
  527. }
  528. ],
  529. "PPSSAOBlur.bsl": [
  530. {
  531. "Path": "PerCameraData.bslinc"
  532. },
  533. {
  534. "Path": "PPBase.bslinc"
  535. }
  536. ],
  537. "PPSSAODownsample.bsl": [
  538. {
  539. "Path": "PerCameraData.bslinc"
  540. },
  541. {
  542. "Path": "PPBase.bslinc"
  543. }
  544. ],
  545. "PPSSRResolve.bsl": [
  546. {
  547. "Path": "PPBase.bslinc"
  548. },
  549. {
  550. "Path": "TemporalResolve.bslinc"
  551. },
  552. {
  553. "Path": "SurfaceData.bslinc"
  554. },
  555. {
  556. "Path": "ColorSpace.bslinc"
  557. },
  558. {
  559. "Path": "PerCameraData.bslinc"
  560. },
  561. {
  562. "Path": "GBufferInput.bslinc"
  563. },
  564. {
  565. "Path": "PerCameraData.bslinc"
  566. },
  567. {
  568. "Path": "SurfaceData.bslinc"
  569. }
  570. ],
  571. "PPSSRStencil.bsl": [
  572. {
  573. "Path": "GBufferInput.bslinc"
  574. },
  575. {
  576. "Path": "PerCameraData.bslinc"
  577. },
  578. {
  579. "Path": "SurfaceData.bslinc"
  580. },
  581. {
  582. "Path": "PPBase.bslinc"
  583. }
  584. ],
  585. "PPSSRTrace.bsl": [
  586. {
  587. "Path": "PerCameraData.bslinc"
  588. },
  589. {
  590. "Path": "RayMarch.bslinc"
  591. },
  592. {
  593. "Path": "SurfaceData.bslinc"
  594. },
  595. {
  596. "Path": "ColorSpace.bslinc"
  597. },
  598. {
  599. "Path": "ImportanceSampling.bslinc"
  600. },
  601. {
  602. "Path": "GBufferInput.bslinc"
  603. },
  604. {
  605. "Path": "PerCameraData.bslinc"
  606. },
  607. {
  608. "Path": "PPBase.bslinc"
  609. }
  610. ],
  611. "PPScreenSpaceLensFlare.bsl": [
  612. {
  613. "Path": "ColorSpace.bslinc"
  614. },
  615. {
  616. "Path": "PPBase.bslinc"
  617. }
  618. ],
  619. "PPTonemapping.bsl": [
  620. {
  621. "Path": "PPTonemapCommon.bslinc"
  622. }
  623. ],
  624. "ParticlesLit.bsl": [
  625. {
  626. "Path": "ImageBasedLighting.bslinc"
  627. },
  628. {
  629. "Path": "ForwardLighting.bslinc"
  630. },
  631. {
  632. "Path": "ReflProbeAccumulator.bslinc"
  633. },
  634. {
  635. "Path": "ReflectionCubemapCommon.bslinc"
  636. },
  637. {
  638. "Path": "PerCameraData.bslinc"
  639. },
  640. {
  641. "Path": "DirectLightAccumulator.bslinc"
  642. },
  643. {
  644. "Path": "DirectLighting.bslinc"
  645. },
  646. {
  647. "Path": "SurfaceData.bslinc"
  648. },
  649. {
  650. "Path": "LightGridCommon.bslinc"
  651. },
  652. {
  653. "Path": "ParticleVertex.bslinc"
  654. },
  655. {
  656. "Path": "PerObjectData.bslinc"
  657. }
  658. ],
  659. "ParticlesLitOpaque.bsl": [
  660. {
  661. "Path": "GBufferOutput.bslinc"
  662. },
  663. {
  664. "Path": "SurfaceData.bslinc"
  665. },
  666. {
  667. "Path": "ParticleVertex.bslinc"
  668. },
  669. {
  670. "Path": "PerCameraData.bslinc"
  671. },
  672. {
  673. "Path": "PerObjectData.bslinc"
  674. }
  675. ],
  676. "ParticlesUnlit.bsl": [
  677. {
  678. "Path": "PerCameraData.bslinc"
  679. },
  680. {
  681. "Path": "PerObjectData.bslinc"
  682. },
  683. {
  684. "Path": "DepthInput.bslinc"
  685. },
  686. {
  687. "Path": "ParticleVertex.bslinc"
  688. }
  689. ],
  690. "RadixSortClear.bsl": [
  691. {
  692. "Path": "RadixSortCommon.bslinc"
  693. }
  694. ],
  695. "RadixSortCount.bsl": [
  696. {
  697. "Path": "RadixSortCommon.bslinc"
  698. }
  699. ],
  700. "RadixSortPrefixScan.bsl": [
  701. {
  702. "Path": "RadixSortCommon.bslinc"
  703. }
  704. ],
  705. "RadixSortReorder.bsl": [
  706. {
  707. "Path": "RadixSortCommon.bslinc"
  708. }
  709. ],
  710. "ReflectionCubeDownsample.bsl": [
  711. {
  712. "Path": "ReflectionCubemapCommon.bslinc"
  713. },
  714. {
  715. "Path": "PPBase.bslinc"
  716. }
  717. ],
  718. "ReflectionCubeImportanceSample.bsl": [
  719. {
  720. "Path": "ImportanceSampling.bslinc"
  721. },
  722. {
  723. "Path": "ReflectionCubemapCommon.bslinc"
  724. },
  725. {
  726. "Path": "PPBase.bslinc"
  727. }
  728. ],
  729. "ShadowDepthCube.bsl": [
  730. {
  731. "Path": "ShadowDepthBase.bslinc"
  732. },
  733. {
  734. "Path": "PerObjectData.bslinc"
  735. },
  736. {
  737. "Path": "VertexInput.bslinc"
  738. },
  739. {
  740. "Path": "VertexCommon.bslinc"
  741. }
  742. ],
  743. "ShadowDepthDirectional.bsl": [
  744. {
  745. "Path": "ShadowDepthBase.bslinc"
  746. },
  747. {
  748. "Path": "PerObjectData.bslinc"
  749. },
  750. {
  751. "Path": "VertexInput.bslinc"
  752. },
  753. {
  754. "Path": "VertexCommon.bslinc"
  755. }
  756. ],
  757. "ShadowDepthNormal.bsl": [
  758. {
  759. "Path": "ShadowDepthBase.bslinc"
  760. },
  761. {
  762. "Path": "PerObjectData.bslinc"
  763. },
  764. {
  765. "Path": "VertexInput.bslinc"
  766. },
  767. {
  768. "Path": "VertexCommon.bslinc"
  769. }
  770. ],
  771. "ShadowDepthNormalNoPS.bsl": [
  772. {
  773. "Path": "ShadowDepthBase.bslinc"
  774. },
  775. {
  776. "Path": "PerObjectData.bslinc"
  777. },
  778. {
  779. "Path": "VertexInput.bslinc"
  780. },
  781. {
  782. "Path": "VertexCommon.bslinc"
  783. }
  784. ],
  785. "ShadowProject.bsl": [
  786. {
  787. "Path": "ShadowProjectionCommon.bslinc"
  788. },
  789. {
  790. "Path": "PerCameraData.bslinc"
  791. },
  792. {
  793. "Path": "SurfaceData.bslinc"
  794. },
  795. {
  796. "Path": "GBufferInput.bslinc"
  797. }
  798. ],
  799. "ShadowProjectOmni.bsl": [
  800. {
  801. "Path": "ShadowProjectionCommon.bslinc"
  802. },
  803. {
  804. "Path": "PerCameraData.bslinc"
  805. },
  806. {
  807. "Path": "SurfaceData.bslinc"
  808. },
  809. {
  810. "Path": "GBufferInput.bslinc"
  811. }
  812. ],
  813. "ShadowProjectStencil.bsl": [
  814. {
  815. "Path": "ShadowProjectionCommon.bslinc"
  816. },
  817. {
  818. "Path": "PerCameraData.bslinc"
  819. }
  820. ],
  821. "Skybox.bsl": [
  822. {
  823. "Path": "PerCameraData.bslinc"
  824. }
  825. ],
  826. "SpriteImage.bsl": [
  827. {
  828. "Path": "SpriteCommon.bslinc"
  829. }
  830. ],
  831. "SpriteLine.bsl": [
  832. {
  833. "Path": "SpriteCommon.bslinc"
  834. }
  835. ],
  836. "SpriteText.bsl": [
  837. {
  838. "Path": "SpriteCommon.bslinc"
  839. }
  840. ],
  841. "TemporalFiltering.bsl": [
  842. {
  843. "Path": "PPBase.bslinc"
  844. },
  845. {
  846. "Path": "TemporalResolve.bslinc"
  847. },
  848. {
  849. "Path": "SurfaceData.bslinc"
  850. },
  851. {
  852. "Path": "ColorSpace.bslinc"
  853. },
  854. {
  855. "Path": "PerCameraData.bslinc"
  856. },
  857. {
  858. "Path": "GBufferInput.bslinc"
  859. },
  860. {
  861. "Path": "PerCameraData.bslinc"
  862. },
  863. {
  864. "Path": "SurfaceData.bslinc"
  865. }
  866. ],
  867. "TetrahedraRender.bsl": [
  868. {
  869. "Path": "PerCameraData.bslinc"
  870. }
  871. ],
  872. "TextureArrayToMSAATexture.bsl": null,
  873. "TiledDeferredImageBasedLighting.bsl": [
  874. {
  875. "Path": "ImageBasedLighting.bslinc"
  876. },
  877. {
  878. "Path": "ReflProbeAccumulator.bslinc"
  879. },
  880. {
  881. "Path": "ReflectionCubemapCommon.bslinc"
  882. },
  883. {
  884. "Path": "GBufferInput.bslinc"
  885. },
  886. {
  887. "Path": "PerCameraData.bslinc"
  888. },
  889. {
  890. "Path": "DirectLightAccumulator.bslinc"
  891. },
  892. {
  893. "Path": "DirectLighting.bslinc"
  894. },
  895. {
  896. "Path": "SurfaceData.bslinc"
  897. }
  898. ],
  899. "TiledDeferredLighting.bsl": [
  900. {
  901. "Path": "ImageBasedLighting.bslinc"
  902. },
  903. {
  904. "Path": "ReflProbeAccumulator.bslinc"
  905. },
  906. {
  907. "Path": "ReflectionCubemapCommon.bslinc"
  908. },
  909. {
  910. "Path": "GBufferInput.bslinc"
  911. },
  912. {
  913. "Path": "PerCameraData.bslinc"
  914. },
  915. {
  916. "Path": "DirectLightAccumulator.bslinc"
  917. },
  918. {
  919. "Path": "DirectLighting.bslinc"
  920. },
  921. {
  922. "Path": "SurfaceData.bslinc"
  923. }
  924. ],
  925. "Transparent.bsl": [
  926. {
  927. "Path": "ImageBasedLighting.bslinc"
  928. },
  929. {
  930. "Path": "ForwardLighting.bslinc"
  931. },
  932. {
  933. "Path": "ReflProbeAccumulator.bslinc"
  934. },
  935. {
  936. "Path": "ReflectionCubemapCommon.bslinc"
  937. },
  938. {
  939. "Path": "PerCameraData.bslinc"
  940. },
  941. {
  942. "Path": "DirectLightAccumulator.bslinc"
  943. },
  944. {
  945. "Path": "DirectLighting.bslinc"
  946. },
  947. {
  948. "Path": "SurfaceData.bslinc"
  949. },
  950. {
  951. "Path": "BasePass.bslinc"
  952. },
  953. {
  954. "Path": "LightGridCommon.bslinc"
  955. },
  956. {
  957. "Path": "VertexInput.bslinc"
  958. },
  959. {
  960. "Path": "VertexCommon.bslinc"
  961. },
  962. {
  963. "Path": "PerObjectData.bslinc"
  964. }
  965. ]
  966. }