@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. */
| 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 |