()
| 1040 | } |
| 1041 | |
| 1042 | override dispose() { |
| 1043 | if (this.disposed) { |
| 1044 | return; |
| 1045 | } |
| 1046 | if (this.querySet != null) { |
| 1047 | this.querySet.destroy(); |
| 1048 | } |
| 1049 | this.bufferManager.dispose(); |
| 1050 | this.textureManager.dispose(); |
| 1051 | this.disposed = true; |
| 1052 | } |
| 1053 | } |
no outgoing calls
no test coverage detected