gpupixel
gpupixel copied to clipboard
[Feature Request] I'm very sorry, but I still want to ask, why are method names of cc not in camelCase?
trafficstars
Is your feature request related to a problem? Please describe. why are method names of cc not in camelCase?
Describe the solution you'd like According to the cc specification, cc class names generally follow the upper camel case naming method, while method names generally follow the lower camel case naming method.
@jaaronkot
Because the style follows the Google C++ Style Guide.
Because the style follows the Google C++ Style Guide.
I found you are right in google github repository. Good luck!