Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT
Packages that use VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT
-
Uses of VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceFragmentShaderInterlockFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.clone(Arena arena, VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT src) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderPixelInterlock(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderSampleInterlock(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.fragmentShaderShadingRateInterlock(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.sType(int value) VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.clone(Arena arena, VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT src) voidVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFragmentShaderInterlockFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentShaderInterlockFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT> consumer)