blob: 94b400f520d8cc32ef36ef55cd522b42a0035764 [file] [log] [blame]
////////////////////////////////////////////////////////////////////////////////
// Do not modify!
// Generated by stringgen
////////////////////////////////////////////////////////////////////////////////
package msg
import "android.googlesource.com/platform/tools/gpu/binary"
// ErrApiCannotReadColorBuffer returns a ERR_API_CANNOT_READ_COLOR_BUFFER message with the provided arguments.
func ErrApiCannotReadColorBuffer(api interface{}) *Message {
return &Message{
Identifier: "ERR_API_CANNOT_READ_COLOR_BUFFER",
Arguments: map[string]binary.Object{
"api": boxOrPanic(api),
},
}
}