Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceProvokingVertexFeaturesEXT
Packages that use VkPhysicalDeviceProvokingVertexFeaturesEXT
-
Uses of VkPhysicalDeviceProvokingVertexFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceProvokingVertexFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceProvokingVertexFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceProvokingVertexFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceProvokingVertexFeaturesEXT.clone(Arena arena, VkPhysicalDeviceProvokingVertexFeaturesEXT src) VkPhysicalDeviceProvokingVertexFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceProvokingVertexFeaturesEXT.provokingVertexLast(int value) VkPhysicalDeviceProvokingVertexFeaturesEXT.sType(int value) VkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr.toArray()VkPhysicalDeviceProvokingVertexFeaturesEXT.transformFeedbackPreservesProvokingVertex(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceProvokingVertexFeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceProvokingVertexFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceProvokingVertexFeaturesEXT.clone(Arena arena, VkPhysicalDeviceProvokingVertexFeaturesEXT src) voidVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceProvokingVertexFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceProvokingVertexFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceProvokingVertexFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceProvokingVertexFeaturesEXT> consumer)