-
-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Labels
enhancementNew feature or requestNew feature or requestmedium priorityMedium priority issueMedium priority issueshaderShader related functionsShader related functions
Milestone
Description
Is your feature request related to a problem? Please describe.
The type system in the current version is not well developed, leading to ambiguity in type inference for certain expressions in ShaderLab. This results in an inability to match the correct overload function signatures, hindering the implementation of code section trimming for unreferenced functions.
Describe the solution you'd like
Improve the ShaderLab Language Type Inference System for Accurate Function Overload Resolution.
Describe alternatives you've considered
Retain all overloaded functions (a non-ideal solution).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestmedium priorityMedium priority issueMedium priority issueshaderShader related functionsShader related functions
Type
Projects
Status
To do