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