mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-13 19:29:14 +01:00
[dxvk] Add helper to retrieve SHA1 hash from shader key
This commit is contained in:
parent
bb85a4caa8
commit
1274b7a8e7
@ -52,6 +52,12 @@ namespace dxvk {
|
||||
*/
|
||||
VkShaderStageFlags type() const { return m_type; }
|
||||
|
||||
/**
|
||||
* \brief Shader SHA1
|
||||
* \returns Shader SHA1
|
||||
*/
|
||||
const Sha1Hash& sha1() const { return m_sha1; }
|
||||
|
||||
/**
|
||||
* \brief Checks whether two keys are equal
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user