aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/const_buffer_locker.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-01-24 10:44:34 -0400
committerFernandoS27 <fsahmkow27@gmail.com>2020-01-25 09:04:59 -0400
commitbb8eb15d392d69693f8cda0427669d011e23db97 (patch)
treecebd080530de75e7b5400f46c25c307a80e3c222 /src/video_core/shader/const_buffer_locker.h
parent806f5691430b86640d64d4c5ae77c5e1dac1625a (diff)
Shader_IR: Address feedback.
Diffstat (limited to 'src/video_core/shader/const_buffer_locker.h')
-rw-r--r--src/video_core/shader/const_buffer_locker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/shader/const_buffer_locker.h b/src/video_core/shader/const_buffer_locker.h
index fd1bb476a..d3ea11087 100644
--- a/src/video_core/shader/const_buffer_locker.h
+++ b/src/video_core/shader/const_buffer_locker.h
@@ -77,10 +77,12 @@ public:
return bindless_samplers;
}
+ /// Gets bound buffer used on this shader
u32 GetBoundBuffer() const {
return bound_buffer;
}
+ /// Obtains access to the guest driver's profile.
VideoCore::GuestDriverProfile* AccessGuestDriverProfile() const {
if (engine) {
return &engine->AccessGuestDriverProfile();