blob: 2280105d73398df6e601ae03fab1e5205252655c [file] [log] [blame]
// Code generated by protoc-gen-go.
// source: service.proto
// DO NOT EDIT!
/*
Package service is a generated protocol buffer package.
It is generated from these files:
service.proto
It has these top-level messages:
*/
package service
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
const _ = proto.ProtoPackageIsVersion1
// WireframeMode is an enumerator of wireframe modes that can be used by
// RenderSettings.
type WireframeMode int32
const (
// None indicates that nothing should be drawn in wireframe.
WireframeMode_None WireframeMode = 0
// Overlay indicates that the single draw call should be overlayed
// with the wireframe of the mesh.
WireframeMode_Overlay WireframeMode = 1
// All indicates that all draw calls should be displayed in wireframe.
WireframeMode_All WireframeMode = 2
)
var WireframeMode_name = map[int32]string{
0: "None",
1: "Overlay",
2: "All",
}
var WireframeMode_value = map[string]int32{
"None": 0,
"Overlay": 1,
"All": 2,
}
func (x WireframeMode) String() string {
return proto.EnumName(WireframeMode_name, int32(x))
}
func (WireframeMode) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
func init() {
proto.RegisterEnum("service.WireframeMode", WireframeMode_name, WireframeMode_value)
}
var fileDescriptor0 = []byte{
// 97 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xe2, 0x2d, 0x4e, 0x2d, 0x2a,
0xcb, 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x87, 0x72, 0xb5, 0xf4, 0xb9,
0x78, 0xc3, 0x33, 0x8b, 0x52, 0xd3, 0x8a, 0x12, 0x73, 0x53, 0x7d, 0xf3, 0x53, 0x52, 0x85, 0x38,
0xb8, 0x58, 0xfc, 0xf2, 0xf3, 0x52, 0x05, 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0xfd, 0xcb, 0x52, 0x8b,
0x72, 0x12, 0x2b, 0x05, 0x18, 0x85, 0xd8, 0xb9, 0x98, 0x1d, 0x73, 0x72, 0x04, 0x98, 0x92, 0xd8,
0xc0, 0x06, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x1b, 0x5e, 0x46, 0x87, 0x51, 0x00, 0x00,
0x00,
}