MINOR: Using primitive data types for loop index#9705
Conversation
|
This request for change the loop index from wraps type to primitive type and some relative modify, those indices just used to pass as an argument not as an object, so I thought it`s not necessary to declare as an object. These changes only affect the fragment program and will not have any impact on other parts. I saw some error information in the Checks' Tab. I thought these problems aren't relative to my pull request. As below information. Log tail [2020-12-06T19:56:54.389Z] |
Change the loop index from Object into primitive data type
4271d26 to
8738240
Compare
Change the loop index from Object into primitive data type
@chia7712