EG/core/vr/rendering/__init__.py
2025-10-11 16:41:59 +08:00

13 lines
209 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
VR渲染子系统
负责VR的渲染相关功能
- 缓冲区和纹理管理
- VR相机设置和更新
- RenderPipeline高级渲染集成
- VR专用渲染stages
- OpenVR合成器接口
"""
__all__ = []