| 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; } |
nothing calls this directly
no outgoing calls
no test coverage detected