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