khr_bind_memory2_driver

package
v0.0.0-...-0931f86 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 7, 2022 License: MIT Imports: 5 Imported by: 2

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 CreateDriverFromCore(coreDriver driver.Driver) *CDriver

func (*CDriver) VkBindBufferMemory2KHR

func (d *CDriver) VkBindBufferMemory2KHR(device driver.VkDevice, bindInfoCount driver.Uint32, pBindInfos *VkBindBufferMemoryInfoKHR) (common.VkResult, error)

func (*CDriver) VkBindImageMemory2KHR

func (d *CDriver) VkBindImageMemory2KHR(device driver.VkDevice, bindInfoCount driver.Uint32, pBindInfos *VkBindImageMemoryInfoKHR) (common.VkResult, error)

type Driver

type Driver interface {
	VkBindBufferMemory2KHR(device driver.VkDevice, bindInfoCount driver.Uint32, pBindInfos *VkBindBufferMemoryInfoKHR) (common.VkResult, error)
	VkBindImageMemory2KHR(device driver.VkDevice, bindInfoCount driver.Uint32, pBindInfos *VkBindImageMemoryInfoKHR) (common.VkResult, error)
}

type VkBindBufferMemoryInfoKHR

type VkBindBufferMemoryInfoKHR C.VkBindBufferMemoryInfoKHR

type VkBindImageMemoryInfoKHR

type VkBindImageMemoryInfoKHR C.VkBindImageMemoryInfoKHR

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL