Skip to content

KDGpu::TimelineSemaphoreOptions

#include <timeline_semaphore.h>

Public Attributes

Name
std::string_view label
ExternalSemaphoreHandleTypeFlags externalSemaphoreHandleType
uint64_t initialValue

Public Attributes Documentation

variable label

1
std::string_view label;

variable externalSemaphoreHandleType

1
ExternalSemaphoreHandleTypeFlags externalSemaphoreHandleType { ExternalSemaphoreHandleTypeFlagBits::None };

variable initialValue

1
uint64_t initialValue { 0 };

Updated on 2026-04-06 at 00:02:29 +0000