Steven Winston

Results 110 comments of Steven Winston

I definitely like it. Abstraction of complexity is ALWAYS a good thing for samples. I do however, want to ensure we maintain a sample that explicitly shows how to create...

It looks like it's related to how GLFW is working with window decorations. It does look like when GLFW fixes this fully, we should grab the latest GLFW and it...

thanks @Radagan you're absolutely correct that this is caused by the new Portability Enumeration Extension. It has been implemented already in the samples #448 However, at the time I added...

@Radagan Sorry for it taking so long for me to get back to you. I went ahead and tried to create a PR that should address this problem. The issue...

Hi @Radagan Could you delete the build directory and redo it: i.e. something like: rm -rf build mkdir build && cd build cmake .. cmake --build I have a feeling...

Hmm... This would point it it not working. Let's try a test if you wouldn't mind (sadly I'm currently without my OSX laptop to test with so am taking you...

That's great news! Sorry for the extra ';' in that message statement. I like it when CMake does the thing it's supposed to do. Now to figure out why enabling...

Think I figured it out. Was setting the option to on but wasn't explicitly setting the compile define if that option is on. Grab the latest and please confirm that...

Okay, could you see if VKB_ENABLE_PORTABILITY in CMakeCache.txt is On? It's gonna be in your build folder. If it's Off flip it to on and retry. Then if it all...

Try running: cmake --just-print What we're looking for is the compile line for the framework instance. It should have -DVKB_ENABLE_PORTABILITY somewhere in it.