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

    return intByReference.getValue();
  }