VisuTwin Canvas
C++ 3D Engine — Metal Backend
Loading...
Searching...
No Matches
renderPassConstants.h
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2025-2026 Arnis Lektauers
3//
4//
5#pragma once
6
7#include <string_view>
8
9namespace visutwin::canvas
10{
11 inline constexpr std::string_view SSAOTYPE_NONE = "none";
12 inline constexpr std::string_view SSAOTYPE_LIGHTING = "lighting";
13 inline constexpr std::string_view SSAOTYPE_COMBINE = "combine";
14}
15
constexpr std::string_view SSAOTYPE_NONE
constexpr std::string_view SSAOTYPE_COMBINE
constexpr std::string_view SSAOTYPE_LIGHTING