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 record
Represents a pointer to / an array ofVkPipelineViewportStateCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineViewportStateCreateInfoModifier and TypeMethodDescription@NotNull VkPipelineViewportStateCreateInfo
VkPipelineViewportStateCreateInfo.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.pViewports
(@Nullable IVkViewport value) @Nullable VkPipelineViewportStateCreateInfo
VkGraphicsPipelineCreateInfo.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) void
VkPipelineViewportStateCreateInfo.Ptr.write
(long index, @NotNull VkPipelineViewportStateCreateInfo value)