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

Method RDAnnotationHelper

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

Source from the content-addressed store, hash-verified

651 RENDERDOC_AnnotationValue val;
652
653 RDAnnotationHelper(bool b) { val.boolean = b; }
654 RDAnnotationHelper(int32_t i) { val.int32 = i; }
655 RDAnnotationHelper(int64_t i) { val.int64 = i; }
656 RDAnnotationHelper(uint32_t i) { val.uint32 = i; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected