summaryrefslogtreecommitdiff
path: root/doc/classes/VisualShaderNodeTexture3DUniform.xml
blob: 3b002c54493ed2def6306c6c9ff6506014c0146e (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8" ?>
<class name="VisualShaderNodeTexture3DUniform" inherits="VisualShaderNodeTextureUniform" version="4.0">
	<brief_description>
		Provides a 3D texture uniform within the visual shader graph.
	</brief_description>
	<description>
		Translated to [code]uniform sampler3D[/code] in the shader language.
	</description>
	<tutorials>
	</tutorials>
</class>