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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDepthClampRangeEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDepthClampRangeEXTModifier and TypeMethodDescriptionstatic VkDepthClampRangeEXT@NotNull VkDepthClampRangeEXTVkDepthClampRangeEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDepthClampRangeEXTVkDepthClampRangeEXT.clone(Arena arena, VkDepthClampRangeEXT src) VkDepthClampRangeEXT.maxDepthClamp(float value) VkDepthClampRangeEXT.minDepthClamp(float value) @Nullable VkDepthClampRangeEXTVkPipelineViewportDepthClampControlCreateInfoEXT.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 VkDepthClampRangeEXTVkDepthClampRangeEXT.clone(Arena arena, VkDepthClampRangeEXT src) voidVkDepthClampRangeEXT.Ptr.write(long index, @NotNull VkDepthClampRangeEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDepthClampRangeEXTModifier and TypeMethodDescriptionVkDepthClampRangeEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDepthClampRangeEXT> consumer)