EG/RenderPipelineFile/rpcore/pynative
2026-02-25 14:56:09 +08:00
..
__init__.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
gpu_command_list.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
gpu_command.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
ies_dataset.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
internal_light_manager.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
pointer_slot_storage.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
pssm_camera_rig.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
README.md renderpipiline 更新 2026-02-25 14:56:09 +08:00
rp_light.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
rp_point_light.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
rp_spot_light.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
shadow_atlas.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
shadow_manager.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
shadow_source.py renderpipiline 更新 2026-02-25 14:56:09 +08:00
tag_state_manager.py renderpipiline 更新 2026-02-25 14:56:09 +08:00

Python Implementation

This is the Python implementation of the pipeline internals.

This folder contains no documentation!

To view the documented code, please head over to the C++ Modules at code/native/source, which implement the same features but are commented!

Besides of not being commented, the code is not written efficient and not in a pythonic way, too, and instead tries to match the C++ code as close as possible, to make updates as easy as possible.