public abstract class GLXHyperpipeConfigSGIX extends Object
Modifier and Type | Method and Description |
---|---|
abstract int |
channel() |
abstract GLXHyperpipeConfigSGIX |
channel(int val) |
static GLXHyperpipeConfigSGIX |
create() |
static GLXHyperpipeConfigSGIX |
create(ByteBuffer buf) |
ByteBuffer |
getBuffer() |
abstract int |
participationType() |
abstract GLXHyperpipeConfigSGIX |
participationType(int val) |
static int |
size() |
abstract int |
timeSlice() |
abstract GLXHyperpipeConfigSGIX |
timeSlice(int val) |
public static int size()
public static GLXHyperpipeConfigSGIX create()
public static GLXHyperpipeConfigSGIX create(ByteBuffer buf)
public ByteBuffer getBuffer()
public abstract GLXHyperpipeConfigSGIX channel(int val)
public abstract int channel()
public abstract GLXHyperpipeConfigSGIX participationType(int val)
public abstract int participationType()
public abstract GLXHyperpipeConfigSGIX timeSlice(int val)
public abstract int timeSlice()
Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.