QRhiRenderBuffer::NativeRenderBuffer Struct
struct QRhiRenderBuffer::NativeRenderBuffer封装本地呈现缓冲区对象。更多
公共变量
quint64 | object |
成员变量文档
quint64 NativeRenderBuffer::object
包含本地对象句柄的 64 位整数。
与QRhiRenderBuffer::createFrom() 一起使用。
对于 OpenGL,本地句柄是一个 GLuint 值。object
预计是一个有效的 OpenGL 渲染缓冲区对象 ID。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.