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