ManagedCuda.DriverAPINativeMethods.GraphicsInterop.cuGraphicsSubResourceGetMappedArray C# (CSharp) Метод

cuGraphicsSubResourceGetMappedArray() приватный Метод

private cuGraphicsSubResourceGetMappedArray ( ManagedCuda.BasicTypes.CUarray &pArray, ManagedCuda.BasicTypes.CUgraphicsResource resource, uint arrayIndex, uint mipLevel ) : CUResult
pArray ManagedCuda.BasicTypes.CUarray
resource ManagedCuda.BasicTypes.CUgraphicsResource
arrayIndex uint
mipLevel uint
Результат CUResult
            public static extern CUResult cuGraphicsSubResourceGetMappedArray( ref CUarray pArray, CUgraphicsResource resource, uint arrayIndex, uint mipLevel );