|
| 1 | +{ |
| 2 | + language: 'Türkçe', |
| 3 | + langCode: 'tr', |
| 4 | + defaultExampleCaption: "ayrı bir pencerede açmak için buraya tıklayın", |
| 5 | + title: "WebGPU'nun Temelleri", |
| 6 | + description: "WebGPU'yu öğrenin", |
| 7 | + link: 'https://webgpufundamentals.org/webgpu/lessons/tr', |
| 8 | + commentSectionHeader: ` |
| 9 | +<div>Sorular? <a href="http://stackoverflow.com/questions/tagged/webgpu">Stack Overflow'da sorun</a>.</div> |
| 10 | +<div> |
| 11 | + <a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Öneri</a>? |
| 12 | + <a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=&template=request.md&title=">İstek</a>? |
| 13 | + <a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Sorun</a>? |
| 14 | + <a href="https://github.com/webgpu/webgpufundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Hata</a>? |
| 15 | +</div> |
| 16 | + `, |
| 17 | + missing: ` |
| 18 | +Üzgünüz, bu makale halihazırda Türkçeye çevrilmemiş. |
| 19 | + |
| 20 | +[Çevirilere katkıda bulunmak ister misiniz?](https://github.com/webgpu/webgpufundamentals)! 😄 |
| 21 | + |
| 22 | +[Burada İngilizcesi var]({{{origLink}}}). |
| 23 | + `, |
| 24 | + contribTemplate: '<a href="${html_url}"><img src="${avatar_url}">${login}</a>,<br><a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} katkıların</a> için sağ ol.', |
| 25 | + toc: 'İçindekiler', |
| 26 | + categoryMapping: { |
| 27 | + 'basics': 'Temel Bilgiler', |
| 28 | + 'misc': 'Diğer Başlıklar', |
| 29 | + 'textures': 'Dokular', |
| 30 | + 'techniques': 'Teknikler', |
| 31 | + '3d': '3B', |
| 32 | + '2d': '2B', |
| 33 | + 'reference': 'Referans', |
| 34 | + '3d-math': '3B Matematik', |
| 35 | + 'lighting': 'Işıklandırma', |
| 36 | + 'compute-shaders': 'Hesap Gölgelendiricileri', |
| 37 | + }, |
| 38 | +} |
| 39 | + |
| 40 | + |
0 commit comments