summaryrefslogtreecommitdiff
path: root/doc/classes/VisualShaderNodeTexture3DUniform.xml
blob: d9e9acf11779027a5fbd146b1d779552d265bf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>
	<methods>
	</methods>
	<constants>
	</constants>
</class>