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