SoGLRenderToBufferSetRenderToTexture Method (Boolean, SoGLRenderToBufferTextureFormats, SoGLRenderToBufferTextureTargets) |
Calls SetRenderToTexture(enable, format, target, false, false).
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRenderToTexture(
bool enable,
SoGLRenderToBufferTextureFormats format,
SoGLRenderToBufferTextureTargets target
)
Public Sub SetRenderToTexture (
enable As Boolean,
format As SoGLRenderToBufferTextureFormats,
target As SoGLRenderToBufferTextureTargets
)
public:
void SetRenderToTexture(
bool enable,
SoGLRenderToBufferTextureFormats format,
SoGLRenderToBufferTextureTargets target
)
member SetRenderToTexture :
enable : bool *
format : SoGLRenderToBufferTextureFormats *
target : SoGLRenderToBufferTextureTargets -> unit
Parameters
- enable
- Type: SystemBoolean
- format
- Type: OIV.InventorSoGLRenderToBufferTextureFormats
- target
- Type: OIV.InventorSoGLRenderToBufferTextureTargets
Remarks
See Also