Wrapper class for passing into and receiving data from Ganesh about a backend semaphore object.
More...
#include <GrBackendSemaphore.h>
Wrapper class for passing into and receiving data from Ganesh about a backend semaphore object.
◆ GrBackendSemaphore()
GrBackendSemaphore::GrBackendSemaphore |
( |
| ) |
|
|
inline |
◆ glSync()
GrGLsync GrBackendSemaphore::glSync |
( |
| ) |
const |
|
inline |
◆ initGL()
void GrBackendSemaphore::initGL |
( |
GrGLsync |
sync | ) |
|
|
inline |
◆ initMetal()
void GrBackendSemaphore::initMetal |
( |
GrMTLHandle |
event, |
|
|
uint64_t |
value |
|
) |
| |
|
inline |
◆ initVulkan()
void GrBackendSemaphore::initVulkan |
( |
VkSemaphore |
semaphore | ) |
|
|
inline |
◆ isInitialized()
bool GrBackendSemaphore::isInitialized |
( |
| ) |
const |
|
inline |
◆ mtlSemaphore()
GrMTLHandle GrBackendSemaphore::mtlSemaphore |
( |
| ) |
const |
|
inline |
◆ mtlValue()
uint64_t GrBackendSemaphore::mtlValue |
( |
| ) |
const |
|
inline |
◆ vkSemaphore()
VkSemaphore GrBackendSemaphore::vkSemaphore |
( |
| ) |
const |
|
inline |
◆ fGLSync
GrGLsync GrBackendSemaphore::fGLSync |
◆ fMtlEvent
GrMTLHandle GrBackendSemaphore::fMtlEvent |
◆ fVkSemaphore
VkSemaphore GrBackendSemaphore::fVkSemaphore |
The documentation for this class was generated from the following file: