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