ImTextureRef
imguicpp.ImTextureRef (extern class)
Static Members
fromID(texID: cpp.UInt64): ImTextureRefConstruct an ImTextureRef from a raw ImTextureID.
| Name | Type |
|---|---|
texID |
cpp.UInt64 |
| Returns |
|---|
| ImTextureRef |
getTexID(self: cpp.Star): cpp.UInt64== (_TexData ? _TexData->TexID : _TexID) // Implemented below in the file.
| Name | Type |
|---|---|
self |
cpp.Star |
| Returns |
|---|
| cpp.UInt64 |
Instance Members
Metadata
| Name | Parameters |
|---|---|
:structAccess |
- |
:include |
"linc_imgui.h" |