Home
last modified time | relevance | path

Searched defs:VulkanVersion (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dtargeting.pb.go847 type VulkanVersion struct { struct
848 state protoimpl.MessageState
849 sizeCache protoimpl.SizeCache
850 unknownFields protoimpl.UnknownFields
852 Major int32 `protobuf:"varint,1,opt,name=major,proto3" json:"major,omitempty"` // VK_VERSION_MAJOR
853 Minor int32 `protobuf:"varint,2,opt,name=minor,proto3" json:"minor,omitempty"` // VK_VERSION_MINOR
856 func (x *VulkanVersion) Reset() {
865 func (x *VulkanVersion) String() string {
869 func (*VulkanVersion) ProtoMessage() {}
871 func (x *VulkanVersion) ProtoReflect() protoreflect.Message {
[all …]
Dtargeting.proto92 message VulkanVersion { message