ext_host_query_reset_shim

package
v2.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Shim

type Shim interface {
	// Reset resets queries in the provided core1_0.QueryPool
	//
	// firstQuery - The initial query index to reset
	//
	// queryCount - The number of queries to reset
	Reset(firstQuery, queryCount int)
}

Shim provides a bridge between ext_host_query_reset and the core 1.2 version, allowing code to handle both in a single interface

type VulkanShim

type VulkanShim struct {
	// contains filtered or unexported fields
}

func NewShim

func NewShim(extension ext_host_query_reset.Extension, queryPool core1_0.QueryPool) *VulkanShim

func (*VulkanShim) Reset

func (s *VulkanShim) Reset(firstQuery, queryCount int)

Jump to

Keyboard shortcuts

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