ManagedCuda.DriverAPINativeMethods.ModuleManagement.cuModuleGetTexRef C# (CSharp) Method

cuModuleGetTexRef() private method

private cuModuleGetTexRef ( ManagedCuda.BasicTypes.CUtexref &pTexRef, ManagedCuda.BasicTypes.CUmodule hmod, string name ) : CUResult
pTexRef ManagedCuda.BasicTypes.CUtexref
hmod ManagedCuda.BasicTypes.CUmodule
name string
return CUResult
            public static extern CUResult cuModuleGetTexRef(ref CUtexref pTexRef, CUmodule hmod, string name);