Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shim ¶
type Shim interface { // ExternalFenceProperties queries external Fence capabilities // // o - Describes the parameters that would be consumed by Device.CreateFence // // outData - A pre-allocated object in which the results will be populated. It should include // any desired chained OutData objects. // // https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html/vkGetPhysicalDeviceExternalFenceProperties.html ExternalFenceProperties(o core1_1.PhysicalDeviceExternalFenceInfo, outData *core1_1.ExternalFenceProperties) error }
Shim contains all the commands for the khr_external_fence_capabilities extension
type VulkanShim ¶
type VulkanShim struct {
// contains filtered or unexported fields
}
func NewShim ¶
func NewShim(extension khr_external_fence_capabilities.Extension, device core1_0.PhysicalDevice) *VulkanShim
func (*VulkanShim) ExternalFenceProperties ¶
func (s *VulkanShim) ExternalFenceProperties(o core1_1.PhysicalDeviceExternalFenceInfo, outData *core1_1.ExternalFenceProperties) error
Click to show internal directories.
Click to hide internal directories.