Uses of Record Class
club.doki7.vulkan.datatype.VkDepthBiasInfoEXT
Packages that use VkDepthBiasInfoEXT
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkDepthBiasInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDepthBiasInfoEXTModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdSetDepthBias2EXT(VkCommandBuffer commandBuffer, VkDepthBiasInfoEXT pDepthBiasInfo) -
Uses of VkDepthBiasInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDepthBiasInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDepthBiasInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDepthBiasInfoEXTModifier and TypeMethodDescriptionstatic VkDepthBiasInfoEXT@NotNull VkDepthBiasInfoEXTVkDepthBiasInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDepthBiasInfoEXTVkDepthBiasInfoEXT.clone(Arena arena, VkDepthBiasInfoEXT src) VkDepthBiasInfoEXT.depthBiasClamp(float value) VkDepthBiasInfoEXT.depthBiasConstantFactor(float value) VkDepthBiasInfoEXT.depthBiasSlopeFactor(float value) VkDepthBiasInfoEXT.pNext(@NotNull MemorySegment value) VkDepthBiasInfoEXT.sType(int value) VkDepthBiasInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDepthBiasInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkDepthBiasInfoEXT> VkDepthBiasInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDepthBiasInfoEXTModifier and TypeMethodDescriptionstatic VkDepthBiasInfoEXTVkDepthBiasInfoEXT.clone(Arena arena, VkDepthBiasInfoEXT src) voidVkDepthBiasInfoEXT.Ptr.write(long index, @NotNull VkDepthBiasInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDepthBiasInfoEXTModifier and TypeMethodDescriptionVkDepthBiasInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDepthBiasInfoEXT> consumer)