Click or drag to resize
SoCudaApiSetParameter Method
Overload List
  NameDescription
Public methodStatic memberSetParameter(SoCudaHandle, SoCudaBufferObject)

This function adds a SoCudaBufferObject parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, Byte)

This function adds an unsigned char parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, Double)

This function adds a double parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, Int16)

This function adds a short parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, Int32)

This function adds an integer parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, IntPtr)

This function adds a pointer parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, SByte)

This function adds a char parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, Single)

This function adds a float parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, UInt16)

This function adds an unsigned short parameter to the list of parameters sent to the kernel by launch function.

Public methodStatic memberSetParameter(SoCudaHandle, UInt32)

This function adds an unsigned integer parameter to the list of parameters sent to the kernel by launch function.

Top
See Also