Commit a48f3c38 by Courtney Goeltzenleuchter Committed by Commit Bot

Implement setBinaryRetrievableHint

Remove the UNIMPLEMENTED() macro. Doing nothing is an acceptable implementation at this time. Test: Angry Birds 2 Bug: b/154930384 Change-Id: Ie46c084feb2015aa5fecdbbf2295d46e5087e3dc Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2172711 Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
parent 2071b5c3
......@@ -260,12 +260,12 @@ void ProgramVk::save(const gl::Context *context, gl::BinaryOutputStream *stream)
void ProgramVk::setBinaryRetrievableHint(bool retrievable)
{
UNIMPLEMENTED();
// Nothing to do here yet.
}
void ProgramVk::setSeparable(bool separable)
{
// Nohting to do here yet.
// Nothing to do here yet.
}
// TODO: http://anglebug.com/3570: Move/Copy all of the necessary information into
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment