Exemple #1
0
 public void destroy() {
   OvrLibrary.INSTANCE.ovr_DestroyMirrorTexture(hmd, getPointer());
 }
Exemple #2
0
  public int getTextureId() {
    IntByReference intByReference = new IntByReference();
    OvrLibrary.INSTANCE.ovr_GetMirrorTextureBufferGL(hmd, getPointer(), intByReference);

    return intByReference.getValue();
  }