目录树:
ea91e707
/main
/scriptablerenderloop-materialgraph
/batch_rendering
/vr_sandbox
/Branch_Batching2
/mikko-renderpass
/fptl_cleanup
/vr_fptl_sandbox
/Branch_batcher
/MobileDeferredRenderPass
/vr_api_testbed
/RenderPassXR_Sandbox
/classicDeferredMobile
/EnableVulkanAndES3
/OnTileRenderPass2
/sample_game
/culling
/OTDRP-develop
/Add-support-for-light-specular-color-tint
/stochastic_alpha_test
/Yibing-Project-2
/xr-hdrp-rt-test
/system-shock-transitional-shader
/feature-runtimeTextureCache
/shader-library-include-paths
/asmdef
/namespace
/feature-ReflectionProbeFit
/prototype-decals
/DrawSettings
/projects-TheLastStand
/iridesence
/lw-nolightlist
/Add-physical-light-unity-support
/LightweightPipelineExperimental
/switch_support
/feature-ScreenSpaceProjection
/use-roughness
/LW-BakedIndirect
/Branch_FixObjectMotion
/srp_batcher
/LW-LightOptimizations
/Branch_ScriptableCulling
/LW-LowEnd
/feature-ReflectionProbeBaking
/Improve-shader-generator
/improve-shader-generator-data
/2018.1
/lwr-xr-shader-fixes-sandbox
/uifoldout-fix
/lw-callbacktests
/lwrp-xr-sssm-DrawProc
/lwrp-xr-tim-hacks
/ss3HDRP
/build-automation
/HDRP_SurfaceShader
/tag-1.1.0-beta
/xr-hdrp-pyramids
/lw-bias_per_cascade
/040SimpleLighting
/lw-tangentspacelightingtest
/Lux-for-HDRI
/HDRP_GraphicTests
/projects-system-shock-2018.1
/Change-cluster-Tile-to-dynamic-branch
/Reduce-shader-variant
/lw-shadow-optimization
/LW-DistortionPass
/lw-shader-optimization
/Branch_RemoveCascadeBordersInUI
/Branch_EnableLastSplitFade
/Branch_DebugExposure
/Documentation
/lw-bugfixes
/Branch_DebugExposure2
/Branch_DebugWindowFix
/lw-shadow-keyword
/backport-shader-optimization
/tag-1.1.4-preview
/StackLitWork
/tag-1.1.5-preview
/tag-1.1.6-preview
/stacklit
/StackLit2
/hdrp-staging
0.1.21
0.1.27
0.1.28
0.1.34
1.0.0-beta
1.0.1-beta
1.1.0-beta
1.1.1-preview
1.1.2-preview
1.1.4-preview
1.1.5-preview
1.1.6-preview
2018.1.0f2
SRP_0.1.25
Unity-2017.3.0b10
Unity-2017.3.0b2
Unity-2018.1.0b13
Unity-2018.1.0b2
Unity-2018.1.0b6
Unity-2018.1.0b8
unity-2017.1
unity-2017.1b5
unity-2017.2b4
unity-2017.3.0b1
unity-2018.1.0b13
unity-5.6.0b1
unity-5.6.0b10
unity-5.6.0b5
1 次代码提交 (ea91e707-4497-4eae-9fa4-7d09d94faf5c)
作者 | SHA1 | 备注 | 提交日期 |
---|---|---|---|
GitHub | 7a0c40da |
Refactorentrypoint (#68)
Update to the RenderPipes to support the new paradigm on how to go about writing a renderpipe. Renderloops now should only contain configuration information + a call out to the rendering logic (preferably living in a static function). A loop now executes within a 'rendering context' that passes along a sidecar configuration file called a 'DataStore'. Any transient information that is needed between frames should be stored in this datastore (things like the materials / rendertextures). When the renderloop is destroyed this sidecar data is automatically cleaned up. It can also be cleaned manually. Currently only the BasicRenderLoop has been ported to this new model due to the other loops not having a separation of concerns between transient data and configuration. They need the loop owners to detangle this before porting to the new model can take place. These existing loops still work, but they suffer from the same lifecycle issues they have had up unti... |
8 年前 |