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