MCPcopy Create free account
hub / github.com/HumbleUI/JWM / getSampleCount

Method getSampleCount

windows/java/LayerD3D12.java:82–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 public int getSampleCount() {
83 assert _onUIThread() : "Should be run on UI thread";
84 return _nGetSampleCount();
85 }
86
87 public int getLevelCount() {
88 assert _onUIThread() : "Should be run on UI thread";

Callers 1

frameMethod · 0.80

Calls 2

_onUIThreadMethod · 0.95
_nGetSampleCountMethod · 0.95

Tested by

no test coverage detected