Skip to content

Commit 011cd93

Browse files
iszlachtamdmarco
authored andcommitted
Pushing v1.0
1 parent f526525 commit 011cd93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ build CAS d3d12 vk sample release:
6161
- FFX_CAS/cas-samples/bin/brdfLut.dds
6262
- FFX_CAS/cas-samples/bin/CAS_Sample_VK.exe
6363
- FFX_CAS/cas-samples/bin/CAS_Sample_DX12.exe
64-
- FFX_CAS/cas-samples/bin/ShaderLibDX/*.*
65-
- FFX_CAS/cas-samples/bin/ShaderLibVK/*.*
64+
- FFX_CAS/cas-samples/bin/ShaderLibDX
65+
- FFX_CAS/cas-samples/bin/ShaderLibVK
6666
- FFX_CAS/cauldron-media/
6767

FFX_CAS/cas-samples/src/DX12/CAS_Sample.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void CAS_Sample::OnCreate(HWND hWnd)
4545
{
4646
// Create Device
4747
//
48-
m_device.OnCreate("CAS DX12 Sample v0.99", "CAS DX12 Engine v0.99", VALIDATION_ENABLED, hWnd);
48+
m_device.OnCreate("CAS DX12 Sample v1.0", "CAS DX12 Engine v1.0", VALIDATION_ENABLED, hWnd);
4949
m_device.CreatePipelineCache();
5050

5151
//init the shader compiler
@@ -517,7 +517,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
517517
LPSTR lpCmdLine,
518518
int nCmdShow)
519519
{
520-
LPCSTR Name = "CAS DX12 Sample v0.99";
520+
LPCSTR Name = "CAS DX12 Sample v1.0";
521521
uint32_t Width = 1280;
522522
uint32_t Height = 720;
523523

FFX_CAS/cas-samples/src/VK/CAS_Sample.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void CAS_Sample::OnCreate(HWND hWnd)
4545
{
4646
// Create Device
4747
//
48-
m_device.OnCreate("CAS VK Sample v0.99", "CAS VK Engine v0.99", VALIDATION_ENABLED, hWnd);
48+
m_device.OnCreate("CAS VK Sample v1.0", "CAS VK Engine v1.0", VALIDATION_ENABLED, hWnd);
4949
m_device.CreatePipelineCache();
5050

5151
//init the shader compiler
@@ -535,7 +535,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
535535
LPSTR lpCmdLine,
536536
int nCmdShow)
537537
{
538-
LPCSTR Name = "CAS VK Sample v0.99";
538+
LPCSTR Name = "CAS VK Sample v1.0";
539539
uint32_t Width = 1280;
540540
uint32_t Height = 720;
541541

0 commit comments

Comments
 (0)