com.sun.opengl.impl.x11

Class GLXHyperpipeConfigSGIX


public abstract class GLXHyperpipeConfigSGIX
extends Object

Method Summary

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)

Method Details

channel

public abstract int channel()

channel

public abstract GLXHyperpipeConfigSGIX channel(int val)

create

public static GLXHyperpipeConfigSGIX create()

create

public static GLXHyperpipeConfigSGIX create(ByteBuffer buf)

getBuffer

public ByteBuffer getBuffer()

participationType

public abstract int participationType()

participationType

public abstract GLXHyperpipeConfigSGIX participationType(int val)

size

public static int size()

timeSlice

public abstract int timeSlice()

timeSlice

public abstract GLXHyperpipeConfigSGIX timeSlice(int val)

Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.