Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineViewportStateCreateInfo
Packages that use VkPipelineViewportStateCreateInfo
-
Uses of VkPipelineViewportStateCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineViewportStateCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineViewportStateCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineViewportStateCreateInfoModifier and TypeMethodDescription@NotNull VkPipelineViewportStateCreateInfoVkPipelineViewportStateCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPipelineViewportStateCreateInfo.clone(Arena arena, VkPipelineViewportStateCreateInfo src) VkPipelineViewportStateCreateInfo.flags(int value) VkPipelineViewportStateCreateInfo.pNext(@NotNull MemorySegment value) VkPipelineViewportStateCreateInfo.pViewports(@Nullable IVkViewport value) @Nullable VkPipelineViewportStateCreateInfoVkGraphicsPipelineCreateInfo.pViewportState()VkPipelineViewportStateCreateInfo.scissorCount(int value) VkPipelineViewportStateCreateInfo.sType(int value) VkPipelineViewportStateCreateInfo.Ptr.toArray()VkPipelineViewportStateCreateInfo.viewportCount(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineViewportStateCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkPipelineViewportStateCreateInfo> VkPipelineViewportStateCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineViewportStateCreateInfoModifier and TypeMethodDescriptionVkPipelineViewportStateCreateInfo.clone(Arena arena, VkPipelineViewportStateCreateInfo src) voidVkPipelineViewportStateCreateInfo.Ptr.write(long index, @NotNull VkPipelineViewportStateCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineViewportStateCreateInfoModifier and TypeMethodDescriptionVkPipelineViewportStateCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineViewportStateCreateInfo> consumer)