examples/shaderprecomp/fxc, examples/shaderprecomp/metallib: add go:build

This commit is contained in:
Hajime Hoshi 2024-05-26 16:05:58 +09:00
parent 13c7518400
commit 1c438cb5c8
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build windows
//go:generate go run gen.go
package fxc

View File

@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//go:build darwin
//go:generate go run gen.go
package metallib