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