wgsl / keywords
37 entries at this level
- массив array
- длина arrayLength
- атомарный atomic
- булев bool
- прервать break
- случай case
- константа const
- продолжить continue
- поумолчанию default
- иначе else
- float f32
- ложь false
- для for
- функция function
- int i32
- если if
- некорректный invalid
- максимум max
- минимум min
- переопределить override
- приватный private
- читать read
- читать_писать read_write
- вернуть return
- статическийУтверждать staticAssert
- структура struct
- переключатель switch
- texture_2d_массив texture_2d_array
- texture_cube_массив texture_cube_array
- texture_depth_2d_массив texture_depth_2d_array
- texture_depth_cube_массив texture_depth_cube_array
- texture_storage_2d_массив texture_storage_2d_array
- истина true
- тип type
- корректный valid
- пока while
- писать write