|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSOpenGLPixelBuffer
public abstract class NSOpenGLPixelBuffer
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSOpenGLPixelBuffer._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSOpenGLPixelBuffer()
|
Method Summary | |
---|---|
static NSOpenGLPixelBuffer |
alloc()
|
abstract Pointer |
CGLPBufferObj()
Original signature : -(void*)CGLPBufferObj native declaration : NSOpenGL.h:150 |
static NSOpenGLPixelBuffer |
createWithCGLPBufferObj(Pointer pbuffer)
Factory method |
static NSOpenGLPixelBuffer |
createWithTextureTarget_textureInternalFormat_textureMaxMipMapLevel_pixelsWide_pixelsHigh(int target,
int format,
int maxLevel,
int pixelsWide,
int pixelsHigh)
Factory method |
static NSOpenGLPixelBuffer._class_ |
getNSClass()
|
abstract NSOpenGLPixelBuffer |
initWithCGLPBufferObj(Pointer pbuffer)
Original signature : -(id)initWithCGLPBufferObj:(void*) native declaration : NSOpenGL.h:149 |
abstract NSOpenGLPixelBuffer |
initWithTextureTarget_textureInternalFormat_textureMaxMipMapLevel_pixelsWide_pixelsHigh(int target,
int format,
int maxLevel,
int pixelsWide,
int pixelsHigh)
* size width and height must be powers of two for 1D or 2D or CUBE_MAP targets * size width and height must also be equal for CUBE_MAP target * target should be one of GL_TEXTURE_1D, GL_TEXTURE_2D, GL_TEXTURE_CUBE_MAP or GL_TEXTURE_RECTANGLE_EXT * internalFormat should be GL_RGB, GL_RGBA or GL_DEPTH_COMPONENT * maxLevel specifies the desired maximum mipmap level, starting with 0. |
static NSOpenGLPixelBuffer |
new_()
|
abstract int |
pixelsHigh()
Original signature : -(GLsizei)pixelsHigh native declaration : NSOpenGL.h:152 |
abstract int |
pixelsWide()
Original signature : -(GLsizei)pixelsWide native declaration : NSOpenGL.h:151 |
abstract int |
textureInternalFormat()
Original signature : -(GLenum)textureInternalFormat native declaration : NSOpenGL.h:154 |
abstract int |
textureMaxMipMapLevel()
Original signature : -(GLint)textureMaxMipMapLevel native declaration : NSOpenGL.h:155 |
abstract int |
textureTarget()
Original signature : -(GLenum)textureTarget native declaration : NSOpenGL.h:153 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSOpenGLPixelBuffer()
Method Detail |
---|
public abstract NSOpenGLPixelBuffer initWithTextureTarget_textureInternalFormat_textureMaxMipMapLevel_pixelsWide_pixelsHigh(int target, int format, int maxLevel, int pixelsWide, int pixelsHigh)
-(id)initWithTextureTarget:(GLenum) textureInternalFormat:(GLenum) textureMaxMipMapLevel:(GLint) pixelsWide:(GLsizei) pixelsHigh:(GLsizei)
public static NSOpenGLPixelBuffer createWithTextureTarget_textureInternalFormat_textureMaxMipMapLevel_pixelsWide_pixelsHigh(int target, int format, int maxLevel, int pixelsWide, int pixelsHigh)
initWithTextureTarget_textureInternalFormat_textureMaxMipMapLevel_pixelsWide_pixelsHigh(int, int, int, int, int)
public abstract NSOpenGLPixelBuffer initWithCGLPBufferObj(Pointer pbuffer)
-(id)initWithCGLPBufferObj:(void*)
public static NSOpenGLPixelBuffer createWithCGLPBufferObj(Pointer pbuffer)
initWithCGLPBufferObj(com.sun.jna.Pointer)
public abstract Pointer CGLPBufferObj()
-(void*)CGLPBufferObj
public abstract int pixelsWide()
-(GLsizei)pixelsWide
public abstract int pixelsHigh()
-(GLsizei)pixelsHigh
public abstract int textureTarget()
-(GLenum)textureTarget
public abstract int textureInternalFormat()
-(GLenum)textureInternalFormat
public abstract int textureMaxMipMapLevel()
-(GLint)textureMaxMipMapLevel
public static NSOpenGLPixelBuffer alloc()
public static NSOpenGLPixelBuffer new_()
public static NSOpenGLPixelBuffer._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |