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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkValidationCacheCreateInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkValidationCacheCreateInfoEXTModifier and TypeMethodDescription@NotNull VkValidationCacheCreateInfoEXT
VkValidationCacheCreateInfoEXT.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.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) void
VkValidationCacheCreateInfoEXT.Ptr.write
(long index, @NotNull VkValidationCacheCreateInfoEXT value)