From a108dac797e9248fc93d2b9616af9e453725c8bb Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 11 May 2024 18:58:59 +0900 Subject: [PATCH] internal/shaderir: add 'pssl' package --- internal/shaderir/pssl/pssl.go | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 internal/shaderir/pssl/pssl.go diff --git a/internal/shaderir/pssl/pssl.go b/internal/shaderir/pssl/pssl.go new file mode 100644 index 000000000..5bc8c8e20 --- /dev/null +++ b/internal/shaderir/pssl/pssl.go @@ -0,0 +1,17 @@ +// Copyright 2024 The Ebitengine Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// The actual implementation will be provided by -overlay. + +package pssl