Documentation
¶
Index ¶
- Constants
- type MemoryPriorityAllocateInfo
- type PhysicalDeviceMemoryPriorityFeatures
- func (o PhysicalDeviceMemoryPriorityFeatures) PopulateCPointer(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceMemoryPriorityFeatures) PopulateHeader(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceMemoryPriorityFeatures) PopulateOutData(cDataPointer unsafe.Pointer, helpers ...any) (next unsafe.Pointer, err error)
Constants ¶
View Source
const ( // ExtensionName is "VK_EXT_memory_priority" // // https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_EXT_memory_priority.html ExtensionName string = C.VK_EXT_MEMORY_PRIORITY_EXTENSION_NAME )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryPriorityAllocateInfo ¶
type MemoryPriorityAllocateInfo struct { Priority float32 common.NextOptions }
MemoryPriorityAllocateInfo specifies memory priority for a new allocation
type PhysicalDeviceMemoryPriorityFeatures ¶
type PhysicalDeviceMemoryPriorityFeatures struct { MemoryPriority bool common.NextOptions common.NextOutData }
PhysicalDeviceMemoryPriorityFeatures describes memory priority feature support
func (PhysicalDeviceMemoryPriorityFeatures) PopulateCPointer ¶
func (*PhysicalDeviceMemoryPriorityFeatures) PopulateHeader ¶
func (*PhysicalDeviceMemoryPriorityFeatures) PopulateOutData ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.