Morten Houmøller Nygaard

Results 18 comments of Morten Houmøller Nygaard

I had the same problem with my text elements. One solution is to force redraw of all the text elements, such as update an attribute or the like to force...

While I do understand your concern, I still believe this is a very useful and valid feature. In the end, how the application is layed out is up to the...

After applying the workaround, I am able to start the Hearthstone Deck Tracker but when i launch Hearthstone, the overlay from the deck tracker seems to freeze the visual output...

So it looks like if ibase_close is called without arguments, only the latest resource (default_link) will be closed, after which any further calls to ibase_close without arguments will result in...

The properties of a format can be access using the properties method on a format object, hence one can in fact query for supported formats with something like this: ```...

Checkout the limits() method on the physical device in order to fetch sample count https://docs.rs/vulkano/0.21.0/vulkano/instance/struct.PhysicalDevice.html#method.limits

Isn't the claim about de-duplication > Unlike the C++ tutorial, vertex deduplication is not necessary as it is handled by tobj False? As I understand it, TOBJ reuses positions. However...

I'm new to rust but it seems that the from_buffer method of the ImmutableImage have an implementation of mipmaps - could this be used? https://github.com/vulkano-rs/vulkano/blob/v0.21.0/vulkano/src/image/immutable.rs#L351