BeastLe9enD

Results 25 comments of BeastLe9enD

Any news on this? It would be very interesting to be able to work with complicated structure types

@natevm At the moment, loading structure data is not supported. See #4289

@DaeBasduhr It seems like he is not very active on github at the moment, If you really want to fix it you can fork it and fix it yourself.

same here. I just installed `pip install easyocr` and then tried this simple example: ```Python import easyocr def recognize(path): reader = easyocr.Reader(['en']); result = reader.readtext('example.jpg') print(result) ``` Would be nice...

@SergeyMakeev are u fine if I already port the scheduler to cmake?

> Gate meshoptimizer dependency behind a cargo feature, or rewrite it in Rust. If you are looking for a pure-rust implementation, have a look at https://github.com/yzsolt/meshopt-rs

In the newest version, the flickering disappeared. The swapchain validation layer error still persists. I have not tested which commit actually fixed it, but it is not flickering anymore.

Yea, the thing is the flickering was basically some different issue, but since it is fixed now, it is basically the same issue! Maybe we can close this issue then!

@oisyn Yea the thing is, my plan is to add support for subgroup operations after this PR has been merged, and there are some ops like `OpGroupNonUniformIAdds` for which this...

I'm just sharing my personal thoughts on it, maybe it will be interesting for others and exciting ideas will arise from it. I see both sides, on the one hand...