@@ -1137,7 +1137,7 @@ std::vector<Reflector::BindPrototype> Reflector::ReflectBindPrototypes(
11371137 .argument_name = " command" ,
11381138 });
11391139 proto.args .push_back (BindPrototypeArgument{
1140- .type_name = " const BufferView& " ,
1140+ .type_name = " BufferView" ,
11411141 .argument_name = " view" ,
11421142 });
11431143 }
@@ -1156,7 +1156,7 @@ std::vector<Reflector::BindPrototype> Reflector::ReflectBindPrototypes(
11561156 .argument_name = " command" ,
11571157 });
11581158 proto.args .push_back (BindPrototypeArgument{
1159- .type_name = " const BufferView& " ,
1159+ .type_name = " BufferView" ,
11601160 .argument_name = " view" ,
11611161 });
11621162 }
@@ -1175,11 +1175,11 @@ std::vector<Reflector::BindPrototype> Reflector::ReflectBindPrototypes(
11751175 .argument_name = " command" ,
11761176 });
11771177 proto.args .push_back (BindPrototypeArgument{
1178- .type_name = " const std::shared_ptr<const Texture>& " ,
1178+ .type_name = " std::shared_ptr<const Texture>" ,
11791179 .argument_name = " texture" ,
11801180 });
11811181 proto.args .push_back (BindPrototypeArgument{
1182- .type_name = " const std::shared_ptr<const Sampler>& " ,
1182+ .type_name = " std::shared_ptr<const Sampler>" ,
11831183 .argument_name = " sampler" ,
11841184 });
11851185 }
@@ -1198,7 +1198,7 @@ std::vector<Reflector::BindPrototype> Reflector::ReflectBindPrototypes(
11981198 .argument_name = " command" ,
11991199 });
12001200 proto.args .push_back (BindPrototypeArgument{
1201- .type_name = " const std::shared_ptr<const Texture>& " ,
1201+ .type_name = " std::shared_ptr<const Texture>" ,
12021202 .argument_name = " texture" ,
12031203 });
12041204 }
@@ -1217,7 +1217,7 @@ std::vector<Reflector::BindPrototype> Reflector::ReflectBindPrototypes(
12171217 .argument_name = " command" ,
12181218 });
12191219 proto.args .push_back (BindPrototypeArgument{
1220- .type_name = " const std::shared_ptr<const Sampler>& " ,
1220+ .type_name = " std::shared_ptr<const Sampler>" ,
12211221 .argument_name = " sampler" ,
12221222 });
12231223 }
0 commit comments