- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
That's the curious bit! I had them in separate lines, but make format
put them in there. Maybe my clang is too old or smth? I'll check.
Hmm that would make the "scalar to scalar" paths slightly simpler, but would still not address the "vectors/quats/colors need to be split into multiple scalars" complexity, which is the main issue…
With barriers overall, I guess it's a good question whether they should be exposed to any sort of "high level" API at all. My experience from other ecosystems (Unity), is that there's very few…
tile.h already contains <iosfwd>
include though?
@ShaneAmbler does adding #include <ostream>
to that tile.cpp
file that produces the error fix the build for you?
I'm getting during a debug/vs ide build
Ah, looks like cmake generates flat out wrong MSVC project files, but only for the Debug config, and only for some projects 🤦 Seems that this is…