Package com.jogamp.opengl.egl
Class EGLClientPixmapHI
java.lang.Object
com.jogamp.opengl.egl.EGLClientPixmapHI
-
Method Summary
Modifier and TypeMethodDescriptionstatic EGLClientPixmapHIcreate()static EGLClientPixmapHIcreate(ByteBuffer buf) intGetter for native fieldiHeight: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]intGetter for native fieldiStride: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]intGetter for native fieldiWidth: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]setIHeight(int val) Setter for native fieldiHeight: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]setIStride(int val) Setter for native fieldiStride: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]setIWidth(int val) Setter for native fieldiWidth: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]static intsize()
-
Method Details
-
size
public static int size() -
create
-
create
-
getBuffer
-
setIWidth
Setter for native fieldiWidth: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] -
getIWidth
public int getIWidth()Getter for native fieldiWidth: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] -
setIHeight
Setter for native fieldiHeight: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] -
getIHeight
public int getIHeight()Getter for native fieldiHeight: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] -
setIStride
Setter for native fieldiStride: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]] -
getIStride
public int getIStride()Getter for native fieldiStride: CType[(IntType) typedef 'EGLint', size [fixed true, lnx64 4], [const[false], int]]
-