Jad Tala

Results 16 comments of Jad Tala

The following assertion failed: `T& value () & { assert (m_init); return m_value; }`. And I actually check for an error before using the value: vkb::InstanceBuilder builder; auto instanceBuilder =...

I did as you suggested: vkb::InstanceBuilder builder; auto instanceBuilder = builder.set_engine_name(settings.engineName.c_str()) .set_engine_version(0, 1) .set_app_name(settings.applicationName.c_str()) .set_app_version(0, 1) .require_api_version(1, 1, 0) .build(); if (!instanceBuilder) std::cerr

I was using vk-bootstrap from a 4 days old git clone, I tried your latest release too without any luck. I don't get the error, what causes it to be...

I've been looking at it for a while last week but now I'm too busy studying, I'll probably get back to it next week. In the meantime if you have...

Sadly not, I'm focused on my semester right now and I didn't manage to get a better grasp at the issue last time I tried.

> No, being run on MacOS in XCode targeting the M1. I can give that a go sometime and report back. Well this is interesting. I'm not able to reproduce...

I have the same issue and I can't figure it out. (10.15.6)

For me it always happens.

Good luck, I'm here if any help's needed.