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 record
Represents a pointer to / an array ofVkDepthBiasRepresentationInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDepthBiasRepresentationInfoEXTModifier and TypeMethodDescription@NotNull VkDepthBiasRepresentationInfoEXT
VkDepthBiasRepresentationInfoEXT.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.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) void
VkDepthBiasRepresentationInfoEXT.Ptr.write
(long index, @NotNull VkDepthBiasRepresentationInfoEXT value)