SoGLRenderToBufferSetRenderToTexture Method (Boolean, SoGLRenderToBufferTextureFormats) |
Calls SetRenderToTexture(enable, format, OIV.Inventor.SoGLRenderToBuffer.TextureTargets( .SoGLRenderToBuffer.TEXTURE_2D ), 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
)
Public Sub SetRenderToTexture (
enable As Boolean,
format As SoGLRenderToBufferTextureFormats
)
public:
void SetRenderToTexture(
bool enable,
SoGLRenderToBufferTextureFormats format
)
member SetRenderToTexture :
enable : bool *
format : SoGLRenderToBufferTextureFormats -> unit
Parameters
- enable
- Type: SystemBoolean
- format
- Type: OIV.InventorSoGLRenderToBufferTextureFormats
Remarks
See Also