JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.aspose.threed
Interface IBuffer
All Superinterfaces:
java.lang.AutoCloseable, java.io.Closeable
All Known Subinterfaces:
IIndexBuffer
,
IVertexBuffer
public interface
IBuffer
extends java.io.Closeable
The base interface of all managed buffers used in rendering
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
getSize
()
Size of this buffer in bytes
Methods inherited from interface java.io.Closeable
close
Method Detail
getSize
int getSize()
Size of this buffer in bytes
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method