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

Method getInputUsageSlotTable

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

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

Source from the content-addressed store, hash-verified

722 @return A pointer to this shader's input usage slot table.
723 */
724 const InputUsageSlot *getInputUsageSlotTable() const { return (const InputUsageSlot *)(this + 1); }
725
726 /** @brief Gets a pointer to this shader's input semantic table that immediately follows the input usage table in memory.
727

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected