pub unsafe fn shl_q_debug_q_opengl_texture(
    debug: impl CastInto<Ref<QDebug>>,
    t: impl CastInto<Ptr<QOpenGLTexture>>
) -> CppBox<QDebug>
Available on cpp_lib_version="5.11.3" or cpp_lib_version="5.12.2" or cpp_lib_version="5.13.0" or cpp_lib_version="5.14.0" only.
Expand description

Writes the given brush to the given stream and returns a reference to the stream.

Calls C++ function: QDebug operator<<(QDebug debug, const QOpenGLTexture* t).

Warning: no exact match found in C++ documentation. Below is the C++ documentation for QDataStream &operator<<(QDataStream &stream, const QBrush &brush):

Writes the given brush to the given stream and returns a reference to the stream.

See also Serializing Qt Data Types.