Package com.jme3.system.jopenvr
Interface VR_IVROverlay_FnTable.GetOverlayTexture_callback
- All Superinterfaces:
com.sun.jna.Callback
- Enclosing class:
- VR_IVROverlay_FnTable
public static interface VR_IVROverlay_FnTable.GetOverlayTexture_callback
extends com.sun.jna.Callback
native declaration : headers\openvr_capi.h:2191
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
-
Field Summary
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
-
Method Summary
Modifier and TypeMethodDescriptionint
apply
(long ulOverlayHandle, com.sun.jna.ptr.PointerByReference pNativeTextureHandle, com.sun.jna.Pointer pNativeTextureRef, com.sun.jna.ptr.IntByReference pWidth, com.sun.jna.ptr.IntByReference pHeight, com.sun.jna.ptr.IntByReference pNativeFormat, com.sun.jna.ptr.IntByReference pAPIType, com.sun.jna.ptr.IntByReference pColorSpace, VRTextureBounds_t pTextureBounds)
-
Method Details
-
apply
int apply(long ulOverlayHandle, com.sun.jna.ptr.PointerByReference pNativeTextureHandle, com.sun.jna.Pointer pNativeTextureRef, com.sun.jna.ptr.IntByReference pWidth, com.sun.jna.ptr.IntByReference pHeight, com.sun.jna.ptr.IntByReference pNativeFormat, com.sun.jna.ptr.IntByReference pAPIType, com.sun.jna.ptr.IntByReference pColorSpace, VRTextureBounds_t pTextureBounds)
-