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 TypeMethodDescriptionvoid
VkDeviceCommands.destroyValidationCacheEXT
(VkDevice device, @Nullable VkValidationCacheEXT validationCache, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getValidationCacheDataEXT
(VkDevice device, VkValidationCacheEXT validationCache, PointerPtr pDataSize, @NotNull MemorySegment pData) int
VkDeviceCommands.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 VkValidationCacheEXT
VkShaderModuleValidationCacheCreateInfoEXT.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 record
Represents a pointer toVkValidationCacheEXT
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkValidationCacheEXTModifier and TypeMethodDescription@Nullable VkValidationCacheEXT
VkValidationCacheEXT.Ptr.read()
@Nullable VkValidationCacheEXT
VkValidationCacheEXT.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.Ptr
VkValidationCacheEXT.Ptr.allocate
(Arena arena, @Nullable VkValidationCacheEXT @NotNull [] values) static VkValidationCacheEXT.Ptr
VkValidationCacheEXT.Ptr.allocateV
(Arena arena, @Nullable VkValidationCacheEXT value0, @Nullable VkValidationCacheEXT... values) void
VkValidationCacheEXT.Ptr.write
(long index, @Nullable VkValidationCacheEXT value) void
VkValidationCacheEXT.Ptr.write
(@Nullable VkValidationCacheEXT value) void
VkValidationCacheEXT.Ptr.write
(@Nullable VkValidationCacheEXT[] values) void
VkValidationCacheEXT.Ptr.writeV
(@Nullable VkValidationCacheEXT value0, @Nullable VkValidationCacheEXT... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkValidationCacheEXTModifier and TypeMethodDescriptionstatic VkValidationCacheEXT.Ptr
VkValidationCacheEXT.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkValidationCacheEXT> values)