diff options
Diffstat (limited to 'doc/classes/VisualShaderNodeCubemapUniform.xml')
-rw-r--r-- | doc/classes/VisualShaderNodeCubemapUniform.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/classes/VisualShaderNodeCubemapUniform.xml b/doc/classes/VisualShaderNodeCubemapUniform.xml new file mode 100644 index 0000000000..d4bcdc9006 --- /dev/null +++ b/doc/classes/VisualShaderNodeCubemapUniform.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<class name="VisualShaderNodeCubemapUniform" inherits="VisualShaderNodeTextureUniform" version="4.0"> + <brief_description> + A [Cubemap] uniform node to be used within the visual shader graph. + </brief_description> + <description> + Translated to [code]uniform samplerCube[/code] in the shader language. The output value can be used as port for [VisualShaderNodeCubemap]. + </description> + <tutorials> + </tutorials> + <methods> + </methods> + <constants> + </constants> +</class> |