2021-05-13 22:34:34 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-07-12 17:30:34 +02:00
<class name= "ResourceImporterShaderFile" inherits= "ResourceImporter" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2021-05-13 22:34:34 +02:00
<brief_description >
2023-07-13 02:25:33 +02:00
Imports native GLSL shaders (not Godot shaders) as a [RDShaderFile].
2021-05-13 22:34:34 +02:00
</brief_description>
<description >
2023-07-13 02:25:33 +02:00
This imports native GLSL shaders as [RDShaderFile] resources, for use with low-level [RenderingDevice] operations. This importer does [i]not[/i] handle [code].gdshader[/code] files.
2021-05-13 22:34:34 +02:00
</description>
<tutorials >
</tutorials>
</class>