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