wgsl / keywords
55 entries at this level
- arreglo array
- longitud arrayLength
- atómico atomic
- booleano bool
- quebrar break
- caso case
- continuar continue
- valor-predeterminado default
- descartar discard
- sino else
- habilitar enable
- flotante f32
- falso false
- para for
- función function
- entero i32
- si if
- inválido invalid
- dejar let
- bucle loop
- máximo max
- mínimo min
- anteponerse-a override
- privado private
- leer read
- leer_escribir read_write
- vuelta return
- comparación sampler_comparison
- estáticoAfirmar staticAssert
- almacenamiento storage
- cambiar switch
- 1d texture_1d
- 2d texture_2d
- 2d_galas texture_2d_array
- 3d texture_3d
- cube texture_cube
- cube_galas texture_cube_array
- profundidad_2d texture_depth_2d
- profundidad_2d_galas texture_depth_2d_array
- profundidad_cube texture_depth_cube
- profundidad_cube_galas texture_depth_cube_array
- profundidad_multisampled_2d texture_depth_multisampled_2d
- multisampled_2d texture_multisampled_2d
- almacenamiento_1d texture_storage_1d
- almacenamiento_2d texture_storage_2d
- almacenamiento_2d_galas texture_storage_2d_array
- almacenamiento_3d texture_storage_3d
- verdadero true
- tipo type
- tipo types
- uniforme uniform
- válido valid
- voltiamperio var
- mientras while
- escribir write