浏览代码

Finish shader guide for now;

bjorn 3 年之前
父节点
当前提交
94d141edf5
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      guides/Shaders.md

+ 0 - 9
guides/Shaders.md

@@ -602,12 +602,3 @@ It's also possible to declare a custom sampler variable and use it to sample tex
     // texture(sampler2D(myTexture, mySampler), UV)
 
 A `Sampler` object can be sent to the shader using `Pass:send`, similar to buffers and textures.
-
-Flags
----
-
-SPIR-V
----
-
-Descriptor Set Interface
----