Record Class VulkanLayerSettingFloat32
java.lang.Object
java.lang.Record
com.io7m.jcoronado.extensions.ext_layer_settings.api.VulkanLayerSettingFloat32
- Record Components:
layerName- The layer namesettingName- The setting namevalues- The value list
- All Implemented Interfaces:
VulkanLayerSettingType
-
Constructor Summary
ConstructorsConstructorDescriptionVulkanLayerSettingFloat32(String layerName, String settingName, List<Float> values) A float-typed setting. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thelayerNamerecord component.Returns the value of thesettingNamerecord component.final StringtoString()Returns a string representation of this record class.values()Returns the value of thevaluesrecord component.
-
Constructor Details
-
VulkanLayerSettingFloat32
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
layerName
Returns the value of thelayerNamerecord component.- Specified by:
layerNamein interfaceVulkanLayerSettingType- Returns:
- the value of the
layerNamerecord component
-
settingName
Returns the value of thesettingNamerecord component.- Specified by:
settingNamein interfaceVulkanLayerSettingType- Returns:
- the value of the
settingNamerecord component
-
values
-