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