Module macros
citro3d
0.1.0
Module macros
Macros
In crate citro3d
Modules
attrib
buffer
error
macros
math
render
shader
texenv
uniform
Structs
Instance
?
Module
citro3d
::
macros
source
·
[
−
]
Expand description
Helper macros for working with shaders.
Macros
§
include_shader
Compiles the given PICA200 shader using
picasso
and returns the compiled bytes directly as a
&[u8]
slice.