You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/Atom/TestData
Steve Pham e81f59d1e1
Create XCB Connection mechanism for WSISurface implementation for Linux (#2400)
- Add new Linux Trait to determine which display driver client API to use (only xcb supported for now)
- Add support for xcb connections (initial) for Linux/Vulkan
- Fix minor assertion caused by wrong use of sizeof
- Fix casing issue in a couple of material files (Linux is case sensitive)
4 years ago
..
TestData Create XCB Connection mechanism for WSISurface implementation for Linux (#2400) 4 years ago
readme.txt Add newlines to the end of all files 5 years ago

readme.txt

Atom test projects should include Gems\Atom\TestData in their Asset Processor "ScanFolder" list, like this:

[ScanFolder AtomTestData]
watch=@ENGINEROOT@/Gems/Atom/TestData
recursive=1
order=1000

The reason we have a second "TestData" folder inside this one is to make it very clear that the corresponding assets in the cache are from the TestData folder. For example, the asset path at runtime will be like "testdata/objects/cube.azmodel" instead of "objects/cube.azmodel".