This version of Unity is unsupported.

ApplyRulesIfGraphicsAPIAttribute Constructor

Declaration

public ApplyRulesIfGraphicsAPIAttribute(params GraphicsDeviceType[] graphicsDeviceTypes);

Parameters

graphicsDeviceTypes The array of graphics APIs to match to.

Description

Enable or disable shader keyword filter attributes based on the graphics API.

Unity enables filter attributes if the current build target matches any of the graphicsDeviceTypes.