pub unsafe extern "C" fn hipTexRefGetAddress(
dev_ptr: *mut hipDeviceptr_t,
texRef: *const textureReference,
) -> hipError_t
Expand description
@brief Gets the address for a texture reference.
@param [out] dev_ptr Pointer of device address. @param [in] texRef Pointer of texture reference.
@returns #hipSuccess, #hipErrorInvalidValue, #hipErrorNotSupported
@warning This API is deprecated.