mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-23 16:11:31 +11:00
6fdb0796b4
Changes: * Improved Performance * Fixed a performance issue where we were rendering more than we needed to * This should increase performance across most presets * Fixed color rainbowing in reflection for Guest-Advanced and LCD-GRID * Updated to crt-guest-advanced-2023-03-11-release1 * Updated GDV-MINI from @ROBMARK85's request
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
#version 450
|
|
|
|
#define IS_NO_REFLECT_PRESET
|
|
#include "../base/common/globals-and-screen-scale-params.inc"
|
|
#include "../base/common/common-functions.inc"
|
|
#include "hsm-lcd-grid-v2.inc" |