MCPcopy Create free account
hub / github.com/SaschaWillems/HowToVulkan / warning_context

Class warning_context

source/external/tinyobj/tiny_obj_loader.h:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824struct warning_context {
825 std::string *warn;
826 size_t line_number;
827};
828
829// Make index zero-base, and also support relative index.
830static inline bool fixIndex(int idx, int n, int *ret, bool allow_zero,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected