mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-05 06:03:34 +00:00
Fixup some include guards to match the filename
This commit is contained in:
parent
92baafc7a0
commit
9e59b4ddf1
@ -12,8 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#ifndef BACKEND_METAL_SWAPCHAINGL_H_
|
#ifndef BACKEND_METAL_SWAPCHAINMTL_H_
|
||||||
#define BACKEND_METAL_SWAPCHAINGL_H_
|
#define BACKEND_METAL_SWAPCHAINMTL_H_
|
||||||
|
|
||||||
#include "backend/SwapChain.h"
|
#include "backend/SwapChain.h"
|
||||||
|
|
||||||
@ -32,4 +32,4 @@ namespace backend { namespace metal {
|
|||||||
|
|
||||||
}} // namespace backend::metal
|
}} // namespace backend::metal
|
||||||
|
|
||||||
#endif // BACKEND_METAL_SWAPCHAINGL_H_
|
#endif // BACKEND_METAL_SWAPCHAINMTL_H_
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#ifndef BACKEND_OPENGL_BLENDSTATED3D12_H_
|
#ifndef BACKEND_OPENGL_BLENDSTATEGL_H_
|
||||||
#define BACKEND_OPENGL_BLENDSTATED3D12_H_
|
#define BACKEND_OPENGL_BLENDSTATEGL_H_
|
||||||
|
|
||||||
#include "backend/BlendState.h"
|
#include "backend/BlendState.h"
|
||||||
|
|
||||||
@ -30,4 +30,4 @@ namespace backend { namespace opengl {
|
|||||||
|
|
||||||
}} // namespace backend::opengl
|
}} // namespace backend::opengl
|
||||||
|
|
||||||
#endif // BACKEND_OPENGL_BLENDSTATED3D12_H_
|
#endif // BACKEND_OPENGL_BLENDSTATEGL_H_
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#ifndef BACKEND_OPENGL_PERSISTENTPIPELINESTATE_H_
|
#ifndef BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
|
||||||
#define BACKEND_OPENGL_PERSISTENTPIPELINESTATE_H_
|
#define BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
|
||||||
|
|
||||||
#include "nxt/nxtcpp.h"
|
#include "nxt/nxtcpp.h"
|
||||||
|
|
||||||
@ -40,4 +40,4 @@ namespace backend { namespace opengl {
|
|||||||
|
|
||||||
}} // namespace backend::opengl
|
}} // namespace backend::opengl
|
||||||
|
|
||||||
#endif // BACKEND_OPENGL_PERSISTENTPIPELINESTATE_H_
|
#endif // BACKEND_OPENGL_PERSISTENTPIPELINESTATEGL_H_
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
#ifndef BACKEND_VULKAN_INPUTSTATE_H_
|
#ifndef BACKEND_VULKAN_INPUTSTATEVK_H_
|
||||||
#define BACKEND_VULKAN_INPUTSTATE_H_
|
#define BACKEND_VULKAN_INPUTSTATEVK_H_
|
||||||
|
|
||||||
#include "backend/InputState.h"
|
#include "backend/InputState.h"
|
||||||
|
|
||||||
@ -38,4 +38,4 @@ namespace backend { namespace vulkan {
|
|||||||
|
|
||||||
}} // namespace backend::vulkan
|
}} // namespace backend::vulkan
|
||||||
|
|
||||||
#endif // BACKEND_VULKAN_INPUTSTATE_H_
|
#endif // BACKEND_VULKAN_INPUTSTATEVK_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user