Lines Matching defs:GraphicsApi
628 type GraphicsApi struct { struct
632 ApiOneof isGraphicsApi_ApiOneof `protobuf_oneof:"api_oneof"`
633 XXX_NoUnkeyedLiteral struct{} `json:"-"`
634 XXX_unrecognized []byte `json:"-"`
635 XXX_sizecache int32 `json:"-"`
638 func (m *GraphicsApi) Reset() { *m = GraphicsApi{} }
639 func (m *GraphicsApi) String() string { return proto.CompactTextString(m) }
640 func (*GraphicsApi) ProtoMessage() {}
641 func (*GraphicsApi) Descriptor() ([]byte, []int) {
645 func (m *GraphicsApi) XXX_Unmarshal(b []byte) error {
648 func (m *GraphicsApi) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
651 func (m *GraphicsApi) XXX_Merge(src proto.Message) {
654 func (m *GraphicsApi) XXX_Size() int {
657 func (m *GraphicsApi) XXX_DiscardUnknown() {
679 func (m *GraphicsApi) GetApiOneof() isGraphicsApi_ApiOneof {
686 func (m *GraphicsApi) GetMinOpenGlVersion() *OpenGlVersion {
693 func (m *GraphicsApi) GetMinVulkanVersion() *VulkanVersion {
701 func (*GraphicsApi) XXX_OneofWrappers() []interface{} {
1010 …GraphicsApi *GraphicsApiTargeting `protobuf:"bytes,2,opt,name=graphics_a… member
1074 …GraphicsApi *GraphicsApi `protobuf:"bytes,2,opt,name=graphics_api,json=g… member