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