Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BufferBinding ¶ added in v1.0.3
type ImageBinding ¶ added in v1.0.3
type InputLocation ¶
type Sources ¶
type Sources struct { Name string SPIRV string GLSL100ES string GLSL150 string DXBC string MetalLib string Uniforms UniformsReflection Inputs []InputLocation Textures []TextureBinding StorageBuffers []BufferBinding Images []ImageBinding WorkgroupSize [3]int }
type TextureBinding ¶
type UniformLocation ¶
type UniformsReflection ¶
type UniformsReflection struct { Locations []UniformLocation Size int }
Click to show internal directories.
Click to hide internal directories.