set up cspell
This commit is contained in:
parent
e1dfa195b7
commit
bb5742fb1a
2 changed files with 49 additions and 0 deletions
12
cspell.json
Normal file
12
cspell.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"dictionaries": ["custom-words"],
|
||||
|
||||
"dictionaryDefinitions": [
|
||||
{
|
||||
"name": "custom-words",
|
||||
"path": "./project-words.txt",
|
||||
"addWords": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
37
project-words.txt
Normal file
37
project-words.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
cmds
|
||||
concat
|
||||
fmap
|
||||
foldl
|
||||
framebuffer
|
||||
Framebuffer
|
||||
Framebuffers
|
||||
GLSL
|
||||
Keysym
|
||||
KHRONOS
|
||||
Memdiscrete
|
||||
multisample
|
||||
Multisample
|
||||
ndev
|
||||
rasterization
|
||||
Rasterization
|
||||
rasterizer
|
||||
SFLOAT
|
||||
Shaderc
|
||||
shadersrc
|
||||
SRGB
|
||||
Struct
|
||||
subpass
|
||||
Subpass
|
||||
SUBPASS
|
||||
subpasses
|
||||
subresource
|
||||
Subresource
|
||||
swapchain
|
||||
Swapchain
|
||||
SWAPCHAIN
|
||||
swapchains
|
||||
TEXEL
|
||||
unmap
|
||||
viewports
|
||||
vulkan
|
||||
Vulkan
|
Loading…
Reference in a new issue