Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceDepthBiasControlFeaturesEXT
Packages that use VkPhysicalDeviceDepthBiasControlFeaturesEXT
-
Uses of VkPhysicalDeviceDepthBiasControlFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceDepthBiasControlFeaturesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceDepthBiasControlFeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceDepthBiasControlFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceDepthBiasControlFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceDepthBiasControlFeaturesEXT src) VkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasControl
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.depthBiasExact
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.floatRepresentation
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.leastRepresentableValueForceUnormRepresentation
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.sType
(int value) VkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceDepthBiasControlFeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceDepthBiasControlFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDepthBiasControlFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceDepthBiasControlFeaturesEXT src) void
VkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceDepthBiasControlFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceDepthBiasControlFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceDepthBiasControlFeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceDepthBiasControlFeaturesEXT> consumer)