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 TypeMethodDescriptionintVkDeviceCommands.createValidationCacheEXT(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) intVkDeviceCommands.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.Ptrstatic VkValidationCacheEXT.Ptrstatic VkValidationCacheEXT.PtrVkValidationCacheEXT.Ptr.allocate(Arena arena, @Nullable VkValidationCacheEXT @NotNull [] values) static VkValidationCacheEXT.PtrVkValidationCacheEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkValidationCacheEXT> values) static VkValidationCacheEXT.PtrVkValidationCacheEXT.Ptr.allocateV(Arena arena, @Nullable VkValidationCacheEXT value0, @Nullable VkValidationCacheEXT... values) VkValidationCacheEXT.Ptr.offset(long offset) VkValidationCacheEXT.Ptr.reinterpret(long newSize) Assume theVkValidationCacheEXT.Ptris capable of holding at leastnewSizehandles, create a new viewVkValidationCacheEXT.Ptrthat 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).