| 638 | RENDERDOC_GLResourceReference gl; |
| 639 | |
| 640 | RDGLObjectHelper(uint32_t identifier, uint32_t name) |
| 641 | { |
| 642 | gl.identifier = identifier; |
| 643 | gl.name = name; |
| 644 | } |
| 645 | |
| 646 | operator RENDERDOC_GLResourceReference *() { return ≷ } |
| 647 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected