|
@@ -15,7 +15,7 @@ import static org.lwjgl.system.Pointer.*;
|
|
|
|
|
|
/**
|
|
/**
|
|
* Base class for OpenCL object information queries.
|
|
* Base class for OpenCL object information queries.
|
|
- * <p/>
|
|
|
|
|
|
+ * <p>
|
|
* All methods require the object being queried (a pointer value), a second
|
|
* All methods require the object being queried (a pointer value), a second
|
|
* object argument (another pointer value) and the integer parameter name.
|
|
* object argument (another pointer value) and the integer parameter name.
|
|
*
|
|
*
|
|
@@ -45,7 +45,7 @@ abstract class InfoQueryObject {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Returns the integer value for the specified {@code parameterName}.
|
|
* Returns the integer value for the specified {@code parameterName}.
|
|
- * <p/>
|
|
|
|
|
|
+ * <p>
|
|
* For integer parameters that may be 32 or 64 bits (e.g. {@code size_t}),
|
|
* For integer parameters that may be 32 or 64 bits (e.g. {@code size_t}),
|
|
* {@link #getPointer} should be used instead.
|
|
* {@link #getPointer} should be used instead.
|
|
*
|
|
*
|
|
@@ -66,7 +66,7 @@ abstract class InfoQueryObject {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Returns the long value for the specified {@code parameterName}.
|
|
* Returns the long value for the specified {@code parameterName}.
|
|
- * <p/>
|
|
|
|
|
|
+ * <p>
|
|
* For integer parameters that may be 32 or 64 bits (e.g. {@code size_t}),
|
|
* For integer parameters that may be 32 or 64 bits (e.g. {@code size_t}),
|
|
* {@link #getPointer} should be used instead.
|
|
* {@link #getPointer} should be used instead.
|
|
*
|
|
*
|
|
@@ -87,7 +87,7 @@ abstract class InfoQueryObject {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Returns the pointer value for the specified {@code parameterName}.
|
|
* Returns the pointer value for the specified {@code parameterName}.
|
|
- * <p/>
|
|
|
|
|
|
+ * <p>
|
|
* This method should also be used for integer parameters that may be 32 or
|
|
* This method should also be used for integer parameters that may be 32 or
|
|
* 64 bits (e.g. {@code size_t}).
|
|
* 64 bits (e.g. {@code size_t}).
|
|
*
|
|
*
|
|
@@ -109,7 +109,7 @@ abstract class InfoQueryObject {
|
|
/**
|
|
/**
|
|
* Writes the pointer list for the specified {@code parameterName} into
|
|
* Writes the pointer list for the specified {@code parameterName} into
|
|
* {@code target}.
|
|
* {@code target}.
|
|
- * <p/>
|
|
|
|
|
|
+ * <p>
|
|
* This method should also be used for integer parameters that may be 32 or
|
|
* This method should also be used for integer parameters that may be 32 or
|
|
* 64 bits (e.g. {@code size_t}).
|
|
* 64 bits (e.g. {@code size_t}).
|
|
*
|
|
*
|