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 TypeMethodDescriptionintVkDeviceCommands.flushMappedMemoryRanges(VkDevice device, int memoryRangeCount, IVkMappedMemoryRange pMemoryRanges) intVkDeviceCommands.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 recordRepresents a pointer to aVkMappedMemoryRangestructure in native memory.static final recordRepresents a pointer to / an array ofVkMappedMemoryRangestructure(s) in native memory.