MCPcopy Index your code
hub / github.com/KhronosGroup/Vulkan-Docs / onEmbeddedVUConditional

Method onEmbeddedVUConditional

scripts/reflow.py:448–453  ·  view source on GitHub ↗
(self, state)

Source from the content-addressed store, hash-verified

446 return outPara
447
448 def onEmbeddedVUConditional(self, state):
449 if self.check:
450 logWarn('Detected embedded Valid Usage conditional: {}:{}'.format(
451 self.filename, state.lineNumber - 1))
452 # Keep track of warning check count
453 self.warnCount = self.warnCount + 1
454
455def reflowFile(filename, args):
456 logDiag('reflow: filename', filename)

Callers

nothing calls this directly

Calls 1

logWarnFunction · 0.90

Tested by

no test coverage detected