Luna::RHI::PipelineLayoutFlag
enum PipelineLayoutFlag : u32
{
allow_input_assembler_input_layout= 0x01
deny_vertex_shader_access= 0x02
deny_pixel_shader_access= 0x04
}
Describes attributes of one pipeline layout object.
Options
-
allow_input_assembler_input_layout
Input assembler and input layout is used.
-
Vertex shader cannot access the shader input.
-
Pixel shader cannot access the shader input.