Package | Description |
---|---|
com.openinventor.inventor.devices |
Open Inventor supported devices.
|
com.openinventor.inventor.nodes |
Modifier and Type | Method and Description |
---|---|
void |
SoCpuBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode)
Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode)
Calls map(targetBufferObject, accessMode, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition)
Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition)
Calls map(targetBufferObject, accessMode, startPosition, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition,
long mappingSize)
Map the current buffer object into the specified GL buffer object.
|
void |
SoGLBufferObject.map(SoGLBufferObject targetBufferObject,
SoBufferObject.AccessModes accessMode,
long startPosition,
long mappingSize)
Map the current buffer object into the specified GL buffer object.
|
void |
SoCpuBufferObject.memcpy(SoGLBufferObject sourceBufferObject)
Calls memcpy(sourceBufferObject, (long)0, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.memcpy(SoGLBufferObject sourceBufferObject)
Calls memcpy(sourceBufferObject, (long)0, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.memcpy(SoGLBufferObject sourceBufferObject,
long destOffset)
Calls memcpy(sourceBufferObject, destOffset, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.memcpy(SoGLBufferObject sourceBufferObject,
long destOffset)
Calls memcpy(sourceBufferObject, destOffset, (long)0, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.memcpy(SoGLBufferObject sourceBufferObject,
long destOffset,
long sourceOffset)
Calls memcpy(sourceBufferObject, destOffset, sourceOffset, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoGLBufferObject.memcpy(SoGLBufferObject sourceBufferObject,
long destOffset,
long sourceOffset)
Calls memcpy(sourceBufferObject, destOffset, sourceOffset, (long)SO_BUFFER_SIZE_ALL).
|
void |
SoCpuBufferObject.memcpy(SoGLBufferObject sourceBufferObject,
long destOffset,
long sourceOffset,
long copySize)
Copy data from the specified GL buffer object into this buffer object.
|
void |
SoGLBufferObject.memcpy(SoGLBufferObject sourceBufferObject,
long destOffset,
long sourceOffset,
long copySize)
Copy data from a GL buffer into this buffer.
|
void |
SoCpuBufferObject.unmap(SoGLBufferObject bufferObject)
Unmap the specified GL buffer object.
|
void |
SoGLBufferObject.unmap(SoGLBufferObject bufferObject)
Unmap the specified GL buffer object.
|
Modifier and Type | Method and Description |
---|---|
void |
SoVertexAttribFeedback.registerFeedback(java.lang.String varyingName,
SoGLBufferObject bufferObject)
Calls registerFeedback(varyingName, bufferObject, (int)-1).
|
void |
SoVertexAttribFeedback.registerFeedback(java.lang.String varyingName,
SoGLBufferObject bufferObject,
int primitiveSize)
This function allows to attach a buffer object to a specific varying of the shader pushed on the state.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com