Documentation
¶
Index ¶
- type CDriver
- type Driver
- type VkBindImagePlaneMemoryInfoKHR
- type VkImagePlaneMemoryRequirementsInfoKHR
- type VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
- type VkSamplerYcbcrConversionCreateInfoKHR
- type VkSamplerYcbcrConversionImageFormatPropertiesKHR
- type VkSamplerYcbcrConversionInfoKHR
- type VkSamplerYcbcrConversionKHR
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) VkCreateSamplerYcbcrConversionKHR ¶
func (d *CDriver) VkCreateSamplerYcbcrConversionKHR(device driver.VkDevice, pCreateInfo *VkSamplerYcbcrConversionCreateInfoKHR, pAllocator *driver.VkAllocationCallbacks, pYcbcrConversion *VkSamplerYcbcrConversionKHR) (common.VkResult, error)
func (*CDriver) VkDestroySamplerYcbcrConversionKHR ¶
func (d *CDriver) VkDestroySamplerYcbcrConversionKHR(device driver.VkDevice, ycbcrConversion VkSamplerYcbcrConversionKHR, pAllocator *driver.VkAllocationCallbacks)
type Driver ¶
type Driver interface { VkCreateSamplerYcbcrConversionKHR(device driver.VkDevice, pCreateInfo *VkSamplerYcbcrConversionCreateInfoKHR, pAllocator *driver.VkAllocationCallbacks, pYcbcrConversion *VkSamplerYcbcrConversionKHR) (common.VkResult, error) VkDestroySamplerYcbcrConversionKHR(device driver.VkDevice, ycbcrConversion VkSamplerYcbcrConversionKHR, pAllocator *driver.VkAllocationCallbacks) }
type VkBindImagePlaneMemoryInfoKHR ¶
type VkBindImagePlaneMemoryInfoKHR C.VkBindImagePlaneMemoryInfoKHR
type VkImagePlaneMemoryRequirementsInfoKHR ¶
type VkImagePlaneMemoryRequirementsInfoKHR C.VkImagePlaneMemoryRequirementsInfoKHR
type VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR ¶
type VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR C.VkPhysicalDeviceSamplerYcbcrConversionFeaturesKHR
type VkSamplerYcbcrConversionCreateInfoKHR ¶
type VkSamplerYcbcrConversionCreateInfoKHR C.VkSamplerYcbcrConversionCreateInfoKHR
type VkSamplerYcbcrConversionImageFormatPropertiesKHR ¶
type VkSamplerYcbcrConversionImageFormatPropertiesKHR C.VkSamplerYcbcrConversionImageFormatPropertiesKHR
type VkSamplerYcbcrConversionInfoKHR ¶
type VkSamplerYcbcrConversionInfoKHR C.VkSamplerYcbcrConversionInfoKHR
type VkSamplerYcbcrConversionKHR ¶
type VkSamplerYcbcrConversionKHR driver.VulkanHandle
Click to show internal directories.
Click to hide internal directories.