Uses of Record Class
club.doki7.vulkan.datatype.VkViewport
Packages that use VkViewport
-
Uses of VkViewport in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkViewportModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkViewportstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkViewportModifier and TypeMethodDescriptionstatic VkViewport@NotNull VkViewportVkViewport.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkViewportVkViewport.clone(Arena arena, VkViewport src) VkViewport.height(float value) VkViewport.maxDepth(float value) VkViewport.minDepth(float value) @Nullable VkViewportVkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepths()@Nullable VkViewportVkPipelineViewportStateCreateInfo.pViewports()VkViewport.Ptr.toArray()VkViewport.width(float value) VkViewport.x(float value) VkViewport.y(float value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkViewportMethods in club.doki7.vulkan.datatype with parameters of type VkViewportModifier and TypeMethodDescriptionstatic VkViewportVkViewport.clone(Arena arena, VkViewport src) voidVkViewport.Ptr.write(long index, @NotNull VkViewport value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkViewportModifier and TypeMethodDescriptionVkViewport.Ptr.at(long index, @NotNull Consumer<@NotNull VkViewport> consumer)