Uses of Record Class
club.doki7.vulkan.datatype.VkDepthBiasRepresentationInfoEXT
Packages that use VkDepthBiasRepresentationInfoEXT
-
Uses of VkDepthBiasRepresentationInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDepthBiasRepresentationInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkDepthBiasRepresentationInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDepthBiasRepresentationInfoEXTModifier and TypeMethodDescription@NotNull VkDepthBiasRepresentationInfoEXTVkDepthBiasRepresentationInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkDepthBiasRepresentationInfoEXT.clone(Arena arena, VkDepthBiasRepresentationInfoEXT src) VkDepthBiasRepresentationInfoEXT.depthBiasExact(int value) VkDepthBiasRepresentationInfoEXT.depthBiasRepresentation(int value) VkDepthBiasRepresentationInfoEXT.pNext(@NotNull MemorySegment value) VkDepthBiasRepresentationInfoEXT.sType(int value) VkDepthBiasRepresentationInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDepthBiasRepresentationInfoEXTModifier and TypeMethodDescription@NotNull Iterator<VkDepthBiasRepresentationInfoEXT> VkDepthBiasRepresentationInfoEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkDepthBiasRepresentationInfoEXTModifier and TypeMethodDescriptionVkDepthBiasRepresentationInfoEXT.clone(Arena arena, VkDepthBiasRepresentationInfoEXT src) voidVkDepthBiasRepresentationInfoEXT.Ptr.write(long index, @NotNull VkDepthBiasRepresentationInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDepthBiasRepresentationInfoEXTModifier and TypeMethodDescriptionVkDepthBiasRepresentationInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDepthBiasRepresentationInfoEXT> consumer)