Uses of Record Class
club.doki7.vulkan.datatype.VkDepthClampRangeEXT
Packages that use VkDepthClampRangeEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDepthClampRangeEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDepthClampRangeEXTModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdSetDepthClampRangeEXT
(VkCommandBuffer commandBuffer, int depthClampMode, @Nullable VkDepthClampRangeEXT pDepthClampRange) -
Uses of VkDepthClampRangeEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDepthClampRangeEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDepthClampRangeEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDepthClampRangeEXTModifier and TypeMethodDescriptionstatic VkDepthClampRangeEXT
@NotNull VkDepthClampRangeEXT
VkDepthClampRangeEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDepthClampRangeEXT
VkDepthClampRangeEXT.clone
(Arena arena, VkDepthClampRangeEXT src) VkDepthClampRangeEXT.maxDepthClamp
(float value) VkDepthClampRangeEXT.minDepthClamp
(float value) @Nullable VkDepthClampRangeEXT
VkPipelineViewportDepthClampControlCreateInfoEXT.pDepthClampRange()
VkDepthClampRangeEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDepthClampRangeEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDepthClampRangeEXT> VkDepthClampRangeEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDepthClampRangeEXTModifier and TypeMethodDescriptionstatic VkDepthClampRangeEXT
VkDepthClampRangeEXT.clone
(Arena arena, VkDepthClampRangeEXT src) void
VkDepthClampRangeEXT.Ptr.write
(long index, @NotNull VkDepthClampRangeEXT value)