Shader_IR: Allow constant access of guest driver.
This commit is contained in:
parent
dc5cfa8d28
commit
b97608ca64
7 changed files with 18 additions and 1 deletions
|
@ -84,6 +84,10 @@ public:
|
|||
return guest_driver_profile;
|
||||
}
|
||||
|
||||
const GuestDriverProfile& AccessGuestDriverProfile() const {
|
||||
return guest_driver_profile;
|
||||
}
|
||||
|
||||
private:
|
||||
GuestDriverProfile guest_driver_profile{};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue