|
@@ -161,7 +161,7 @@ public abstract class IndexBuffer {
|
|
* mesh.setBuffer(Type.Index, 3,
|
|
* mesh.setBuffer(Type.Index, 3,
|
|
* indexBuffer.getFormat(), indexBuffer);
|
|
* indexBuffer.getFormat(), indexBuffer);
|
|
* </pre>
|
|
* </pre>
|
|
- * @return
|
|
|
|
|
|
+ * @return an enum value
|
|
*/
|
|
*/
|
|
public abstract Format getFormat();
|
|
public abstract Format getFormat();
|
|
}
|
|
}
|