Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCacheCreateInfo
Packages that use VkPipelineCacheCreateInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPipelineCacheCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineCacheCreateInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.createPipelineCache
(VkDevice device, VkPipelineCacheCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineCache.Ptr pPipelineCache) -
Uses of VkPipelineCacheCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineCacheCreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineCacheCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineCacheCreateInfoModifier and TypeMethodDescriptionstatic VkPipelineCacheCreateInfo
@NotNull VkPipelineCacheCreateInfo
VkPipelineCacheCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPipelineCacheCreateInfo
VkPipelineCacheCreateInfo.clone
(Arena arena, VkPipelineCacheCreateInfo src) VkPipelineCacheCreateInfo.flags
(int value) VkPipelineCacheCreateInfo.initialDataSize
(long value) VkPipelineCacheCreateInfo.pInitialData
(@Nullable IPointer pointer) VkPipelineCacheCreateInfo.pInitialData
(@NotNull MemorySegment value) VkPipelineCacheCreateInfo.pNext
(@NotNull MemorySegment value) VkPipelineCacheCreateInfo.sType
(int value) VkPipelineCacheCreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineCacheCreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineCacheCreateInfo> VkPipelineCacheCreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineCacheCreateInfoModifier and TypeMethodDescriptionstatic VkPipelineCacheCreateInfo
VkPipelineCacheCreateInfo.clone
(Arena arena, VkPipelineCacheCreateInfo src) void
VkPipelineCacheCreateInfo.Ptr.write
(long index, @NotNull VkPipelineCacheCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineCacheCreateInfoModifier and TypeMethodDescriptionVkPipelineCacheCreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineCacheCreateInfo> consumer)