https://github.com/shader-slang/slang
Raw File
Tip revision: 344898b091867e5450a3fa432a207d75255df77a authored by Yong He on 12 October 2022, 21:51:13 UTC
Add gfx debug layer trampoline for D3D12 interfaces. (#2445)
Tip revision: 344898b
a1-special-topics.md
---
layout: user-guide
---

Special Topics
============================

This chapter covers several additional topics on using Slang. These topics do not belong to any categories covered in previous chapters, but they address specific issues that developers may frequently encounter.

In this chapter:
1. [Handling matrix layout differences on different platforms](a1-01-matrix-layout.md)
back to top