pub unsafe extern "C" fn hipModuleGetTexRef(
    texRef: *mut *mut textureReference,
    hmod: *mut ihipModule_t,
    name: *const i8
) -> hipError_t
Expand description

@brief returns the handle of the texture reference with the name from the module.

@param [in] hmod @param [in] name @param [out] texRef

@returns hipSuccess, hipErrorNotInitialized, hipErrorNotFound, hipErrorInvalidValue