Files
engine/doc/classes/LightmapperRD.xml
T

13 lines
812 B
XML
Raw Normal View History

2020-05-12 10:10:34 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name="LightmapperRD" inherits="Lightmapper" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
2020-05-12 10:10:34 +02:00
<brief_description>
The built-in GPU-based lightmapper for use with [LightmapGI].
2020-05-12 10:10:34 +02:00
</brief_description>
<description>
LightmapperRD ("RD" stands for [RenderingDevice]) is the built-in GPU-based lightmapper for use with [LightmapGI]. On most dedicated GPUs, it can bake lightmaps much faster than most CPU-based lightmappers. LightmapperRD uses compute shaders to bake lightmaps, so it does not require CUDA or OpenCL libraries to be installed to be usable.
[b]Note:[/b] Only usable when using the Vulkan backend (Clustered or Mobile), not OpenGL.
2020-05-12 10:10:34 +02:00
</description>
<tutorials>
</tutorials>
</class>