pub unsafe extern "C" fn hipTexRefSetFlags(
texRef: *mut textureReference,
Flags: c_uint,
) -> hipError_t
Expand description
@brief Set flags for a texture reference.
@param [in] texRef Pointer texture reference. @param [in] Flags Value of flags.
@returns #hipSuccess, #hipErrorInvalidValue
@warning This API is deprecated.