GraphicsDeviceConfiguration is an interface for a graphics device configuration.
| 12 | |
| 13 | // GraphicsDeviceConfiguration is an interface for a graphics device configuration. |
| 14 | type GraphicsDeviceConfiguration interface { |
| 15 | objc.NSObject |
| 16 | |
| 17 | graphicsDeviceConfiguration() |
| 18 | } |
| 19 | |
| 20 | type baseGraphicsDeviceConfiguration struct{} |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…