论文标题:LuisaRender: A High-Performance Rendering Framework with Layered and Unified Interfaces on Stream Architectures
论文来源:SIGGRAPH-Asia 2022
论文作者:Shaokun Zheng, Zhiqian Zhou, Xin Chen, Difei Yan, Chuyan Zhang, Yuefeng Geng, Yan Gu, Kun Xu
论文标签:Rendering System
基本信息:
- 简介:一个适用于现代流处理器架构的、高性能的渲染框架。
- 相关材料:
- 源码:https://github.com/LuisaGroup/LuisaCompute
- 视频:GAMES 上面有分享: GAMES Webinar 2023 – 267期
- 讨论班: 2023-4-16
LuisaRender 是一个适用于现代流处理器架构的、高性能的渲染框架。该框架提供了嵌入到 C++ 中的 DSL、现代图形 API 的资源封装,后端 JIT 代码生成和编译,以及一个优化的 Monte Carlo 渲染器。