Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 888 Bytes

index.md

File metadata and controls

29 lines (22 loc) · 888 Bytes
layout
stdlib-reference

Slang Standard Library Reference

Welcome to the Slang Standard Library Reference.

Please select a topic from the table of contents to see the detailed documentation of system defined types, interfaces, methods and constants that can be used in a Slang program.

This reference groups the standard library declarations as:

  • Interfaces: all builtin interfaces usable as generic constraints.
  • Types: all builtin types and their members, such as StructuredBuffer, Texture2D and etc.
  • Global Declarations: all other constants and functions defined in the global scope.

This documentation is still a work-in-progress.

:titlesonly:
:hidden:

Interfaces <interfaces/index>
Types <types/index>
Attributes <attributes/index>
Global Declarations <global-decls/index>