Package org.jocl
Class cl_sampler_properties
java.lang.Object
org.jocl.NativePointerObject
org.jocl.cl_abstract_properties
org.jocl.cl_sampler_properties
Java port of cl_sampler_properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(long id, boolean value) Add the specified property to these propertiesvoid
addProperty
(long id, float value) Add the specified property to these propertiesprotected String
propertyString
(long value) Returns the string identifying the given propertytoString()
Returns a String representation of this object.Methods inherited from class org.jocl.cl_abstract_properties
addProperty, buildString
Methods inherited from class org.jocl.NativePointerObject
equals, getBuffer, getByteOffset, getNativePointer, hashCode, setBuffer, withByteOffset
-
Constructor Details
-
cl_sampler_properties
public cl_sampler_properties()Creates new, empty cl_sampler_properties
-
-
Method Details
-
addProperty
public void addProperty(long id, boolean value) Add the specified property to these properties- Parameters:
id
- The property IDvalue
- The property value
-
addProperty
public void addProperty(long id, float value) Add the specified property to these properties- Parameters:
id
- The property IDvalue
- The property value
-
propertyString
Description copied from class:cl_abstract_properties
Returns the string identifying the given property- Specified by:
propertyString
in classcl_abstract_properties
- Parameters:
value
- The property value- Returns:
- The string representation
-
toString
Returns a String representation of this object.- Overrides:
toString
in classNativePointerObject
- Returns:
- A String representation of this object.
-