Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CDriver ¶
type CDriver struct {
// contains filtered or unexported fields
}
func CreateDriverFromCore ¶
func (*CDriver) VkGetPhysicalDeviceExternalSemaphorePropertiesKHR ¶
func (d *CDriver) VkGetPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice driver.VkPhysicalDevice, pExternalSemaphoreInfo *VkPhysicalDeviceExternalSemaphoreInfoKHR, pExternalSemaphoreProperties *VkExternalSemaphorePropertiesKHR)
type Driver ¶
type Driver interface {
VkGetPhysicalDeviceExternalSemaphorePropertiesKHR(physicalDevice driver.VkPhysicalDevice, pExternalSemaphoreInfo *VkPhysicalDeviceExternalSemaphoreInfoKHR, pExternalSemaphoreProperties *VkExternalSemaphorePropertiesKHR)
}
type VkExternalSemaphorePropertiesKHR ¶
type VkExternalSemaphorePropertiesKHR C.VkExternalSemaphorePropertiesKHR
type VkPhysicalDeviceExternalSemaphoreInfoKHR ¶
type VkPhysicalDeviceExternalSemaphoreInfoKHR C.VkPhysicalDeviceExternalSemaphoreInfoKHR
type VkPhysicalDeviceIDPropertiesKHR ¶
type VkPhysicalDeviceIDPropertiesKHR C.VkPhysicalDeviceIDPropertiesKHR
Click to show internal directories.
Click to hide internal directories.