doodlum / Skyrim-Community-Shaders

SKSE core plugin for community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
137 stars 41 forks source link

chore: add static-assert for GPU buffers #542

Open alandtse opened 1 week ago

alandtse commented 1 week ago

This requires all buffers that will be sent to the GPU will be aligned to size 16.

alandtse commented 1 week ago

For people to try to see if they think it's worth having. I can't get it to fire, but maybe we can use it if we remove alignas.