resetForTesting static method
Resets static shader state for testing.
Implementation
@visibleForTesting
static void resetForTesting() {
_cachedProgram = null;
_isPreparing = false;
_dummyImage?.dispose();
_dummyImage = null;
}
Resets static shader state for testing.
@visibleForTesting
static void resetForTesting() {
_cachedProgram = null;
_isPreparing = false;
_dummyImage?.dispose();
_dummyImage = null;
}