MCPcopy Create free account
hub / github.com/cinder/Cinder / GetTexRef

Method GetTexRef

include/imgui/imgui.h:3490–3490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3488 int GetSizeInBytes() const { return Width * Height * BytesPerPixel; }
3489 int GetPitch() const { return Width * BytesPerPixel; }
3490 ImTextureRef GetTexRef() { ImTextureRef tex_ref; tex_ref._TexData = this; tex_ref._TexID = ImTextureID_Invalid; return tex_ref; }
3491 ImTextureID GetTexID() const { return TexID; }
3492
3493 // Called by Renderer backend

Callers 1

DebugNodeTextureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected