Initializes a new instance of the CUDevicePtrEx class.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public CUDevicePtrEx( CUdeviceptr devPtr, int xSize, int ySize, Nullable<CUcontext> context ) |
Visual Basic |
---|
Public Sub New ( _ devPtr As CUdeviceptr, _ xSize As Integer, _ ySize As Integer, _ context As Nullable(Of CUcontext) _ ) |
Visual C++ |
---|
public: CUDevicePtrEx( CUdeviceptr devPtr, int xSize, int ySize, Nullable<CUcontext> context ) |
Parameters
- devPtr
- Type: CUdeviceptr
The dev PTR.
- xSize
- Type: System..::..Int32
Size of the x.
- ySize
- Type: System..::..Int32
Size of the y.
- context
- Type: System..::..Nullable<(Of <(<'CUcontext>)>)>
The context.