Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFloatControlsProperties
Packages that use VkPhysicalDeviceFloatControlsProperties
-
Uses of VkPhysicalDeviceFloatControlsProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFloatControlsPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceFloatControlsProperties
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFloatControlsPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceFloatControlsProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFloatControlsProperties.clone
(Arena arena, VkPhysicalDeviceFloatControlsProperties src) VkPhysicalDeviceFloatControlsProperties.denormBehaviorIndependence
(int value) VkPhysicalDeviceFloatControlsProperties.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceFloatControlsProperties.roundingModeIndependence
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormFlushToZeroFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderDenormPreserveFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTEFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderRoundingModeRTZFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat16
(int value) VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat32
(int value) VkPhysicalDeviceFloatControlsProperties.shaderSignedZeroInfNanPreserveFloat64
(int value) VkPhysicalDeviceFloatControlsProperties.sType
(int value) VkPhysicalDeviceFloatControlsProperties.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFloatControlsPropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFloatControlsPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceFloatControlsProperties.clone
(Arena arena, VkPhysicalDeviceFloatControlsProperties src) void
VkPhysicalDeviceFloatControlsProperties.Ptr.write
(long index, @NotNull VkPhysicalDeviceFloatControlsProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFloatControlsPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceFloatControlsProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFloatControlsProperties> consumer)