CVROverlay.GetOverlayTexture Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError GetOverlayTexture(System::UInt64 ulOverlayHandle, IntPtr % pNativeTextureHandle, IntPtr pNativeTextureRef, System::UInt32 % pWidth, System::UInt32 % pHeight, System::UInt32 % pNativeFormat, Microsoft::MixedReality::Toolkit::OpenVR::Headers::ETextureType % pAPIType, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EColorSpace % pColorSpace, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VRTextureBounds_t % pTextureBounds);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError GetOverlayTexture (ulong ulOverlayHandle, ref IntPtr pNativeTextureHandle, IntPtr pNativeTextureRef, ref uint pWidth, ref uint pHeight, ref uint pNativeFormat, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.ETextureType pAPIType, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EColorSpace pColorSpace, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VRTextureBounds_t pTextureBounds);
member this.GetOverlayTexture : uint64 * nativeint * nativeint * uint32 * uint32 * uint32 * ETextureType * EColorSpace * VRTextureBounds_t -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function GetOverlayTexture (ulOverlayHandle As ULong, ByRef pNativeTextureHandle As IntPtr, pNativeTextureRef As IntPtr, ByRef pWidth As UInteger, ByRef pHeight As UInteger, ByRef pNativeFormat As UInteger, ByRef pAPIType As ETextureType, ByRef pColorSpace As EColorSpace, ByRef pTextureBounds As VRTextureBounds_t) As EVROverlayError
Parameters
- ulOverlayHandle
- UInt64
- pNativeTextureHandle
-
IntPtr
nativeint
- pNativeTextureRef
-
IntPtr
nativeint
- pWidth
- UInt32
- pHeight
- UInt32
- pNativeFormat
- UInt32
- pAPIType
- ETextureType
- pColorSpace
- EColorSpace
- pTextureBounds
- VRTextureBounds_t