Uses of Record Class
club.doki7.vulkan.handle.VkValidationCacheEXT.Ptr
Packages that use VkValidationCacheEXT.Ptr
Package
Description
Vulkan API commands
Opaque handle types of Vulkan API.
-
Uses of VkValidationCacheEXT.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkValidationCacheEXT.PtrModifier and TypeMethodDescriptionint
VkDeviceCommands.createValidationCacheEXT
(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) int
VkDeviceCommands.mergeValidationCachesEXT
(VkDevice device, VkValidationCacheEXT dstCache, int srcCacheCount, VkValidationCacheEXT.Ptr pSrcCaches) -
Uses of VkValidationCacheEXT.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkValidationCacheEXT.PtrModifier and TypeMethodDescriptionstatic VkValidationCacheEXT.Ptr
static VkValidationCacheEXT.Ptr
static VkValidationCacheEXT.Ptr
VkValidationCacheEXT.Ptr.allocate
(Arena arena, @Nullable VkValidationCacheEXT @NotNull [] values) static VkValidationCacheEXT.Ptr
VkValidationCacheEXT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkValidationCacheEXT> values) static VkValidationCacheEXT.Ptr
VkValidationCacheEXT.Ptr.allocateV
(Arena arena, @Nullable VkValidationCacheEXT value0, @Nullable VkValidationCacheEXT... values) VkValidationCacheEXT.Ptr.offset
(long offset) VkValidationCacheEXT.Ptr.reinterpret
(long newSize) Assume theVkValidationCacheEXT.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkValidationCacheEXT.Ptr
that uses the same backing storage as thisVkValidationCacheEXT.Ptr
, but with the new size.VkValidationCacheEXT.Ptr.slice
(long end) VkValidationCacheEXT.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).