This version of Unity is unsupported.

VisualEffect.GetTexture

public Texture GetTexture(int nameID);
public Texture GetTexture(string name);

Parameters

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name The name of the property.

Returns

Texture The value for the texture you specify. Returns null if VisualEffect.HasTexture returns false.

Description

Gets the value of a named texture property