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

Method getInputSemanticTable

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

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

Source from the content-addressed store, hash-verified

728 @return A pointer to this shader's input semantic table.
729 */
730 const VertexInputSemantic *getInputSemanticTable() const { return (const VertexInputSemantic *)(getInputUsageSlotTable() + m_common.m_numInputUsageSlots); }
731
732 /** @brief Gets a pointer to this shader's export semantic table that immediately follows the input semantic table in memory.
733

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected