MCPcopy Create free account
hub / github.com/Inori/GPCS4 / getExportSemanticTable

Method getExportSemanticTable

Misc/PsslBcTest.cpp:736–736  ·  view source on GitHub ↗

@brief Gets a pointer to this shader's export semantic table that immediately follows the input semantic table in memory. @return A pointer to this shader's export semantic table. */

Source from the content-addressed store, hash-verified

734 @return A pointer to this shader's export semantic table.
735 */
736 const VertexExportSemantic *getExportSemanticTable() const { return (const VertexExportSemantic *)(getInputSemanticTable() + m_numInputSemantics); }
737
738 /** @brief Computes the total size (in bytes) of the shader binary including this structure, the input usage table, and the input and export semantic tables.
739

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected