MCPcopy Create free account
hub / github.com/JRickey/BattleShip / RDGLObjectHelper

Method RDGLObjectHelper

port/renderdoc_app.h:640–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected