chore: generalize material constant zone state

This commit is contained in:
Jan
2024-09-22 15:10:01 +02:00
parent 88499b6428
commit 3b59dad109
7 changed files with 229 additions and 143 deletions

View File

@ -95,6 +95,6 @@ namespace d3d9
class ShaderAnalyser
{
public:
static std::unique_ptr<ShaderInfo> GetShaderInfo(const uint32_t* shaderByteCode, size_t shaderByteCodeSize);
static std::unique_ptr<ShaderInfo> GetShaderInfo(const void* shaderByteCode, size_t shaderByteCodeSize);
};
} // namespace d3d9