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, Nullable<CUcontext> context ) |
Visual Basic |
---|
Public Sub New ( _ devPtr As CUdeviceptr, _ context As Nullable(Of CUcontext) _ ) |
Visual C++ |
---|
public: CUDevicePtrEx( CUdeviceptr devPtr, Nullable<CUcontext> context ) |
Parameters
- devPtr
- Type: CUdeviceptr
The dev PTR.
- context
- Type: System..::..Nullable<(Of <(<'CUcontext>)>)>
The context.