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.