MCPcopy Create free account
hub / github.com/SpaiR/imgui-java / build

Method build

imgui-binding/src/generated/java/imgui/ImFontAtlas.java:539–541  ·  view source on GitHub ↗

Build pixels data. This is called automatically for you by the GetTexData functions.

()

Source from the content-addressed store, hash-verified

537 * Build pixels data. This is called automatically for you by the GetTexData*** functions.
538 */
539 public boolean build() {
540 return nBuild();
541 }
542
543 private native boolean nBuild(); /*
544 return THIS->Build();

Callers 1

initFontsMethod · 0.45

Calls 1

nBuildMethod · 0.95

Tested by

no test coverage detected