Skip to content

Reliable aligned types#1415

Open
christophe-lunarg wants to merge 1 commit intomasterfrom
alignas
Open

Reliable aligned types#1415
christophe-lunarg wants to merge 1 commit intomasterfrom
alignas

Conversation

@christophe-lunarg
Copy link

No description provided.

@ZXShady
Copy link

ZXShady commented Oct 30, 2025

alignas is C++11 though?

@christophe-lunarg
Copy link
Author

alignas is C++11 though?

Yes version 1.1 will require C++ 17

Branch 1.0 will remain alive for C++ 98

@christophe-lunarg
Copy link
Author

And this "Reliable aligned types" approach is a prototype to check this is working as Quat types are relatively isolated, I started working on vec and mat types but that's a lot of work, so that might remain in development for a while! XD

@ZXShady
Copy link

ZXShady commented Oct 31, 2025

alignas is C++11 though?

Yes version 1.1 will require C++ 17

Branch 1.0 will remain alive for C++ 98

that's great to hear! I have a local branch that updates to C++11 and I use it internally

@christophe-lunarg
Copy link
Author

If you pull master branch, you will see there are already a bunch of C++11 stuff merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment