Erik Faye-Lund

Results 123 comments of Erik Faye-Lund
trafficstars

I'm not sure I understand the question... Windows doesn't really have a package manager, so I'm not sure how I'd install a package for the EGL headers. But more importantly,...

Just to explicitly answer your questions: > Is there a package you can install to get them? Not as far as I'm aware, see the response above. > Or is...

@ckarmy: Would you mind posting the actual warning-message?

By the way, if you're interested in sending a PR to fix the problem, it seems like [this is the culprit](https://github.com/fuse-open/uno/blob/234649a89f859afc49f36f701ee6de543fc41dd2/Library/Core/UnoCore/Targets/Android/Android.uxl#L25)...

I'm seeing the same here. I'm using Volk, so both `VMA_STATIC_VULKAN_FUNCTIONS` and `VMA_DYNAMIC_VULKAN_FUNCTIONS` are disabled, and indeed using `VmaVulkanFunctions`. However, it seems to work fine if I pass the pointer...

Sorry for being slow to reply here. Yeah, perhaps a per-demo opt-in is the way to go here. But what I kinda had in mind would be something like this:...

We've already moved most of the build away from Travis. There's a bit left in AppVeyor, due to MSVC intricacies (only able to test with a single MSVC version), but...

So I've had some thoughts about similar-ish mechanisms in the past, and I have some reservations against an explicit `FORGET_TRACK` command, for a few reasons. First of all, right now,...

> In general, we really need some sort of capability negotiation in the protocol, but going through all the different implementations and finding a "hole" where we could plumb it...

> Is it really necessary to do such awkward things for determining capabilities? > > There's already a greeting handshake, all we'd need is for the Editor's reply to include...