Uses of Interface
club.doki7.vulkan.datatype.IVkMappedMemoryRange
Packages that use IVkMappedMemoryRange
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkMappedMemoryRange in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkMappedMemoryRangeModifier and TypeMethodDescriptionint
VkDeviceCommands.flushMappedMemoryRanges
(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) int
VkDeviceCommands.invalidateMappedMemoryRanges
(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) -
Uses of IVkMappedMemoryRange in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkMappedMemoryRangeModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkMappedMemoryRange
structure in native memory.static final record
Represents a pointer to / an array ofVkMappedMemoryRange
structure(s) in native memory.