![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <vulkanserverbufferintegration.h>
Public Member Functions | |
VulkanServerBuffer (VulkanServerBufferIntegration *integration, struct ::qt_server_buffer *id, int32_t fd, uint32_t width, uint32_t height, uint32_t memory_size, uint32_t format) | |
~VulkanServerBuffer () override | |
QOpenGLTexture * | toOpenGlTexture () override |
![]() | |
QWaylandServerBuffer () | |
virtual | ~QWaylandServerBuffer () |
Format | format () const |
QSize | size () const |
void | setUserData (void *userData) |
void * | userData () const |
Additional Inherited Members | |
![]() | |
enum | Format { RGBA32 , A8 , Custom } |
![]() | |
Format | m_format = RGBA32 |
QSize | m_size |
Definition at line 21 of file vulkanserverbufferintegration.h.
VulkanServerBuffer::VulkanServerBuffer | ( | VulkanServerBufferIntegration * | integration, |
struct ::qt_server_buffer * | id, | ||
int32_t | fd, | ||
uint32_t | width, | ||
uint32_t | height, | ||
uint32_t | memory_size, | ||
uint32_t | format ) |
Definition at line 72 of file vulkanserverbufferintegration.cpp.
|
override |
Definition at line 83 of file vulkanserverbufferintegration.cpp.
|
overridevirtual |
Implements QtWaylandClient::QWaylandServerBuffer.
Definition at line 130 of file vulkanserverbufferintegration.cpp.
References QtWaylandClient::VulkanServerBufferIntegration::deleteOrphanedTextures().