Cazadorro
Cazadorro
what is the purpose of having SIMDPP_NOEXECPT and changing inline to a custom macro?
file a bug report anyway?
That's what I was afraid of. Timeline semaphores, buffer device address, and bindless extensions, are all 100% required for anything a large portion of the wider Vulkan community wants to...
I attempted to try to see one more time if I could add operator my self, I managed to (I think?) successfully add a keyword into glslang, Below outlines that,...
@greg-lunarg But after I added the `operator` keyword, I noticed that making any kind of significant change to the grammar was going to be a frustrating experience. A couple of...
FYI Nvidia originally had a limit on CUDA parameters [of 256 bytes](https://stackoverflow.com/questions/21895167/ideas-for-cuda-kernel-calls-with-parameters-exceeding-256-bytes). This limit was increased to 4k in cuda 2.x by moving to [constant memory AKA uniform memory/buffers](https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#function-parameters). I...
@adudney What is super simplex noise?
Finally, people just act like the distributions of these coherent noise functions are fine *with out actually testing it first*. This is a problem all noise libraries seem to have....
Is there some other limitation in the library making 256 convenient? Your applications may only use 10 octaves, but I've written code that's used more than 256. I'm not sure...
@certik I didn't see Integrate talked about in that issue, where would I even begin to look to where I can help?