/CheckConstBehaviour

Demonstration of const string behavior differences in build results

Primary LanguageShaderLab

Const String Behavior Demonstration

This repository demonstrates the behavior of const strings in different scenarios. The images below show the build results for two different versions of const string usage.

Images

Version 1 (v1.png)

Version 1

Version 2 (v2.png)

Version 2

Description

These images show the build results of const string implementations. The difference between v1 and v2 demonstrates how const string behavior can vary based on implementation details.

How to View

  1. Open the art directory
  2. Compare v1.png and v2.png to see the differences in const string behavior
  3. Each image represents a different build result showing const string implementation

Purpose

This demonstration helps understand:

  • How const strings are handled during compilation
  • The differences in build results between different const string implementations
  • The impact of const string usage on the final build