Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PassIdentifier(uint, uint)

Constructs a new PassIdentifier with the given subshaderIndex and passIndex.
Read time 1 minuteLast updated 12 days ago

Definition

public PassIdentifier(uint subshaderIndex, uint passIndex)

Parameters

subshaderIndex

The index of the SubShader the Pass belongs to.

passIndex

The index of the Pass in the SubShader.