How to check the type of a value that it is a struct?
I have an interface through which I want to implement GPU computing. I’m working with ILGPU, which can work with functions containing only unmanaged types.
Example function:
I have an interface through which I want to implement GPU computing. I’m working with ILGPU, which can work with functions containing only unmanaged types.
Example function: