setOreContext abstract method

void setOreContext(
  1. int oreContextPointer
)

Sets the ore::Context pointer on the workspace so that VMs created via requestVM have access to GPU scripting. Call once after GPU init.

Implementation

void setOreContext(int oreContextPointer);