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 record
Represents a pointer to / an array ofVkViewport
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkViewportModifier and TypeMethodDescriptionstatic VkViewport
@NotNull VkViewport
VkViewport.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkViewport
VkViewport.clone
(Arena arena, VkViewport src) VkViewport.height
(float value) VkViewport.maxDepth
(float value) VkViewport.minDepth
(float value) @Nullable VkViewport
VkCommandBufferInheritanceViewportScissorInfoNV.pViewportDepths()
@Nullable VkViewport
VkPipelineViewportStateCreateInfo.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 VkViewport
VkViewport.clone
(Arena arena, VkViewport src) void
VkViewport.Ptr.write
(long index, @NotNull VkViewport value)