Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 iOS 上的 Metal,是否有使用 HDR 图像(.hdr 或 .exr 格式)制作辐照度图的工作流程?
您可以通过将其共享指数表示转换为 Metal 的一种像素格式(例如 MTLPixelFormatRGB9E5Float 或 RGBA16Float,这两种格式都是可过滤的)来加载 RGBE 格式的 HDR 文件。从那里,您只需对其进行采样并在着色器中使用它。