Lines Matching defs:OpenGlVersion
902 type OpenGlVersion struct { struct
903 state protoimpl.MessageState
904 sizeCache protoimpl.SizeCache
905 unknownFields protoimpl.UnknownFields
908 Major int32 `protobuf:"varint,1,opt,name=major,proto3" json:"major,omitempty"` // GL_MAJOR_VERSION
909 Minor int32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty"` // GL_MINOR_VERSION
912 func (x *OpenGlVersion) Reset() {
921 func (x *OpenGlVersion) String() string {
925 func (*OpenGlVersion) ProtoMessage() {}
927 func (x *OpenGlVersion) ProtoReflect() protoreflect.Message {
940 func (*OpenGlVersion) Descriptor() ([]byte, []int) {
944 func (x *OpenGlVersion) GetMajor() int32 {
951 func (x *OpenGlVersion) GetMinor() int32 {