-
-
Notifications
You must be signed in to change notification settings - Fork 144
Open
Labels
question ❓Further information is requestedFurther information is requesteduntriaged 🧰A new issue that needs initial triageA new issue that needs initial triage
Description
Hi,
I’m trying to perform a coordinate transform on a 5000 × 5000 image using ComputeSharp. For example, I want to determine how the point [0, 0] maps to [2, 2] after the transform.
However, when allocating or dispatching the compute shader, I encounter the following error:
Specified argument was out of the range of valid values. (Parameter 'groupsX')
My shader
Exception here(totalPixelsInt is the size):

Metadata
Metadata
Assignees
Labels
question ❓Further information is requestedFurther information is requesteduntriaged 🧰A new issue that needs initial triageA new issue that needs initial triage