Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DentonW/DevIL
/ GetNativeString
Method
GetNativeString
DevIL/bindings/DotNet/DevIL.NET.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
inline char* GetNativeString()
58
{
59
return m_string;
60
}
61
62
inline operator char*()
63
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected