SoGLRenderToBufferCreate Method (SbVec2i32) |
Creates a Pbuffer with the specified size.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic bool Create(
SbVec2i32 size
)
Public Function Create (
size As SbVec2i32
) As Boolean
public:
bool Create(
SbVec2i32 size
)
member Create :
size : SbVec2i32 -> bool
Parameters
- size
- Type: OIV.InventorSbVec2i32
Return Value
Type:
Boolean
RemarksFor sizes greater than 32767. Returns true if successful
See Also