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