Uses of Record Class
club.doki7.vulkan.handle.VkValidationCacheEXT
Packages that use VkValidationCacheEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkValidationCacheEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkValidationCacheEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.destroyValidationCacheEXT(VkDevice device, @Nullable VkValidationCacheEXT validationCache, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validationCache, PointerPtr pDataSize, @NotNull MemorySegment pData) intVkDeviceCommands.mergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, int srcCacheCount, VkValidationCacheEXT.Ptr pSrcCaches) -
Uses of VkValidationCacheEXT in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkValidationCacheEXTModifier and TypeMethodDescription@Nullable VkValidationCacheEXTVkShaderModuleValidationCacheCreateInfoEXT.validationCache()Methods in club.doki7.vulkan.datatype with parameters of type VkValidationCacheEXTModifier and TypeMethodDescriptionVkShaderModuleValidationCacheCreateInfoEXT.validationCache(@Nullable VkValidationCacheEXT value) -
Uses of VkValidationCacheEXT in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkValidationCacheEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer toVkValidationCacheEXThandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkValidationCacheEXTModifier and TypeMethodDescription@Nullable VkValidationCacheEXTVkValidationCacheEXT.Ptr.read()@Nullable VkValidationCacheEXTVkValidationCacheEXT.Ptr.read(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkValidationCacheEXTModifier and TypeMethodDescription@NotNull Iterator<VkValidationCacheEXT> VkValidationCacheEXT.Ptr.iterator()Methods in club.doki7.vulkan.handle with parameters of type VkValidationCacheEXTModifier and TypeMethodDescriptionstatic VkValidationCacheEXT.PtrVkValidationCacheEXT.Ptr.allocate(Arena arena, @Nullable VkValidationCacheEXT @NotNull [] values) static VkValidationCacheEXT.PtrVkValidationCacheEXT.Ptr.allocateV(Arena arena, @Nullable VkValidationCacheEXT value0, @Nullable VkValidationCacheEXT... values) voidVkValidationCacheEXT.Ptr.write(long index, @Nullable VkValidationCacheEXT value) voidVkValidationCacheEXT.Ptr.write(@Nullable VkValidationCacheEXT value) voidVkValidationCacheEXT.Ptr.write(@Nullable VkValidationCacheEXT[] values) voidVkValidationCacheEXT.Ptr.writeV(@Nullable VkValidationCacheEXT value0, @Nullable VkValidationCacheEXT... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkValidationCacheEXTModifier and TypeMethodDescriptionstatic VkValidationCacheEXT.PtrVkValidationCacheEXT.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkValidationCacheEXT> values)