MCPcopy Create free account
hub / github.com/Code-Hex/vz / GraphicsDeviceConfiguration

Interface GraphicsDeviceConfiguration

graphics.go:14–18  ·  view source on GitHub ↗

GraphicsDeviceConfiguration is an interface for a graphics device configuration.

Source from the content-addressed store, hash-verified

12
13// GraphicsDeviceConfiguration is an interface for a graphics device configuration.
14type GraphicsDeviceConfiguration interface {
15 objc.NSObject
16
17 graphicsDeviceConfiguration()
18}
19
20type baseGraphicsDeviceConfiguration struct{}
21

Callers

nothing calls this directly

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…