makes geometry shader an option
This commit is contained in:
parent
5c971d0288
commit
a9d4aae1bc
10 changed files with 171 additions and 109 deletions
src
|
@ -181,6 +181,7 @@ pub struct UniformBufferObject {
|
|||
pub geom_rot: Mat4,
|
||||
pub view: Mat4,
|
||||
pub proj: Mat4,
|
||||
pub use_geom_shader: [bool; 16],
|
||||
}
|
||||
|
||||
pub unsafe fn create_descriptor_set_layout(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue