TextureOverrideInternal(IntPtr) Method |
Override internal texture with externally created texture.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic IntPtr OverrideInternal(
IntPtr ptr
)
Parameters
- ptr IntPtr
- The native API texture pointer.
Return Value
IntPtr
Native API pointer to the texture. If result is
Zero, the texture is not yet
created from the main thread.
See Also