Emilio López
Emilio López
I'm not sure I understand what you mean by runtime query calls, do you mean to inform the user that there is hardware support for the feature they're trying to...
@diogovtx I have recently introduced the float8 type. Unfortunately the nice swizzles that were possible with smaller types end up in a combinatorial explosion (8^8) so instead there's a templated...
Unfortunately I cannot seem to repro this on my Android phone (ARM 64 configuration) so I'm a bit at a loss as to what can be going wrong here. Also...
Ah I see what you mean. I'll have to get hold of a machine like you describe somehow then, or maybe a virtual machine.
I see you've addressed the thread id/group quite quickly so thanks for that! Regarding the groupshared thanks for the explanation, I can better understand now how it can be quite...
To put in a bit of context, the situation I was in was trying to determine was what pixels in a deferred lighting shader were actually being shaded, and I...
It would be useful to me, that's for sure. However I understand it might not be a very commonly requested feature. As a workaround is there a way we could...
Yeah I would agree with you it should be the focus. Thanks a lot for taking the time to clarify in any case :)
Yeah, what I mean is that you should be able to call myHashmap.erase(iter) with an iterator you obtained by calling find(), but instead I have to cast it to const_iter...
@devshgraphicsprogramming In terms of code, what are you suggesting? (just so I understand what you mean by tagging)