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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkDepthBiasInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDepthBiasInfoEXTModifier and TypeMethodDescriptionstatic VkDepthBiasInfoEXT
@NotNull VkDepthBiasInfoEXT
VkDepthBiasInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDepthBiasInfoEXT
VkDepthBiasInfoEXT.clone
(Arena arena, VkDepthBiasInfoEXT src) VkDepthBiasInfoEXT.depthBiasClamp
(float value) VkDepthBiasInfoEXT.depthBiasConstantFactor
(float value) VkDepthBiasInfoEXT.depthBiasSlopeFactor
(float 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 VkDepthBiasInfoEXT
VkDepthBiasInfoEXT.clone
(Arena arena, VkDepthBiasInfoEXT src) void
VkDepthBiasInfoEXT.Ptr.write
(long index, @NotNull VkDepthBiasInfoEXT value)