Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a040b9

Browse files
committed
Add mirror of March 5 GDC talk slides
1 parent a343db3 commit 7a040b9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

7.33 MB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.

debugger.png

-543 KB
Binary file not shown.

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<meta name="author" content="Alexander Overvoorde" />
88
<meta name="keywords" content="vulkan, tutorial, guide, info, help, glnext, khronos, spir-v" />
99

10-
<link rel="shortcut icon" type="image/png" href="favicon.png "/>
10+
<link rel="shortcut icon" type="image/png" href="assets/favicon.png "/>
1111

12-
<link rel="stylesheet" href="main.css" />
12+
<link rel="stylesheet" href="assets/main.css" />
1313
</head>
1414

1515
<body>
1616
<header>
17-
<img src="logo.png" alt="Vulkan logo" />
17+
<img src="assets/logo.png" alt="Vulkan logo" />
1818
</header>
1919

2020
<article>
@@ -121,7 +121,7 @@ <h1>API</h1>
121121
<iframe width="700" height="394" src="https://www.youtube.com/embed/EUNMrU8uU5M" frameborder="0" allowfullscreen></iframe>
122122
</p>
123123

124-
<a href="https://www.khronos.org/assets/uploads/developers/library/2015-gdc/Khronos-Vulkan-GDC-Mar15.pdf">The slides</a> are also available.
124+
<a href="assets/Khronos-Vulkan-GDC-Mar15.pdf">The slides</a> are also available.
125125

126126
<h1>SPIR-V</h1>
127127

@@ -137,9 +137,9 @@ <h1>SPIR-V</h1>
137137
<h1>Drivers</h1>
138138

139139
<p>
140-
Valve has been working on open source Linux drivers for Intel GPUs (<a href="http://www.phoronix.com/scan.php?page=news_item&px=Valve-Intel-Vulkan-Driver">Source</a>).
140+
Valve has been working on open source Linux drivers for Intel GPUs (<a href="http://www.phoronix.com/scan.php?page=news_item&px=Valve-Intel-Vulkan-Driver">Source</a>).
141141
</p>
142-
142+
143143
<h1>Tools</h1>
144144

145145
Valve, LunarG, Codeplay and other parties are already developing

0 commit comments

Comments
 (0)