Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCreateFlags2CreateInfo
Packages that use VkPipelineCreateFlags2CreateInfo
-
Uses of VkPipelineCreateFlags2CreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineCreateFlags2CreateInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineCreateFlags2CreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineCreateFlags2CreateInfoModifier and TypeMethodDescription@NotNull VkPipelineCreateFlags2CreateInfo
VkPipelineCreateFlags2CreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPipelineCreateFlags2CreateInfo.clone
(Arena arena, VkPipelineCreateFlags2CreateInfo src) VkPipelineCreateFlags2CreateInfo.flags
(long value) VkPipelineCreateFlags2CreateInfo.pNext
(@NotNull MemorySegment value) VkPipelineCreateFlags2CreateInfo.sType
(int value) VkPipelineCreateFlags2CreateInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineCreateFlags2CreateInfoModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineCreateFlags2CreateInfo> VkPipelineCreateFlags2CreateInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineCreateFlags2CreateInfoModifier and TypeMethodDescriptionVkPipelineCreateFlags2CreateInfo.clone
(Arena arena, VkPipelineCreateFlags2CreateInfo src) void
VkPipelineCreateFlags2CreateInfo.Ptr.write
(long index, @NotNull VkPipelineCreateFlags2CreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineCreateFlags2CreateInfoModifier and TypeMethodDescriptionVkPipelineCreateFlags2CreateInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineCreateFlags2CreateInfo> consumer)