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)
Click to show internal directories.
Click to hide internal directories.