HybridV2ShaderReflection.GetDOTSInstancingProperties

Switch to Manual
public static NativeArray<DOTSInstancingProperty> GetDOTSInstancingProperties (Shader shader);

Parameters

shaderShader to get reflection data from.

Returns

NativeArray<DOTSInstancingProperty> List of detected DOTS instancing properties.

Description

Returns the list of detected DOTS instancing properties for the given shader.

This is an experimental API for use by the Hybrid Renderer package. It is not intended for any other purpose.