Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Shim ¶
type Shim interface { // TrimCommandPool trims a CommandPool // // flags - Reserved for future use // // https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/vkTrimCommandPool.html TrimCommandPool(flags core1_1.CommandPoolTrimFlags) }
Shim contains all commands for the khr_maintenance1 extension
type VulkanShim ¶
type VulkanShim struct {
// contains filtered or unexported fields
}
func NewShim ¶
func NewShim(extension khr_maintenance1.Extension, pool core1_0.CommandPool) *VulkanShim
func (*VulkanShim) TrimCommandPool ¶
func (s *VulkanShim) TrimCommandPool(flags core1_1.CommandPoolTrimFlags)
Click to show internal directories.
Click to hide internal directories.