Uses of Record Class
club.doki7.vulkan.datatype.VkValidationCacheCreateInfoEXT
Packages that use VkValidationCacheCreateInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkValidationCacheCreateInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkValidationCacheCreateInfoEXTModifier and TypeMethodDescriptionintVkDeviceCommands.createValidationCacheEXT(VkDevice device, VkValidationCacheCreateInfoEXT pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkValidationCacheEXT.Ptr pValidationCache) -
Uses of VkValidationCacheCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkValidationCacheCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkValidationCacheCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkValidationCacheCreateInfoEXTModifier and TypeMethodDescription@NotNull VkValidationCacheCreateInfoEXTVkValidationCacheCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkValidationCacheCreateInfoEXT.clone(Arena arena, VkValidationCacheCreateInfoEXT src) VkValidationCacheCreateInfoEXT.flags(int value) VkValidationCacheCreateInfoEXT.initialDataSize(long value) VkValidationCacheCreateInfoEXT.pInitialData(@Nullable IPointer pointer) VkValidationCacheCreateInfoEXT.pInitialData(@NotNull MemorySegment value) VkValidationCacheCreateInfoEXT.pNext(@NotNull MemorySegment value) VkValidationCacheCreateInfoEXT.sType(int value) VkValidationCacheCreateInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkValidationCacheCreateInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkValidationCacheCreateInfoEXT> VkValidationCacheCreateInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkValidationCacheCreateInfoEXTModifier and TypeMethodDescriptionVkValidationCacheCreateInfoEXT.clone(Arena arena, VkValidationCacheCreateInfoEXT src) voidVkValidationCacheCreateInfoEXT.Ptr.write(long index, @NotNull VkValidationCacheCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkValidationCacheCreateInfoEXTModifier and TypeMethodDescriptionVkValidationCacheCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkValidationCacheCreateInfoEXT> consumer)