Rename structs (members), files, directories.#37
Conversation
|
Important Review skippedToo many files! This PR contains 153 files, which is 3 over the limit of 150. To get a review, narrow the scope: Upgrade to a paid plan to raise the limit. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (153)
You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Filesystem structure renamed to use PascalCase - with a few exceptions with third party libraries and low-level C code.
Classes, structs use PascalCase. Member and free functions use camelCase. Namespaces and module names (in code) remain lower case, following C++ best practices.
Imports/includes have been cleaned up.
A few places in Rendering and RenderSample with excessive memcopying have been simplified.