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