nicegraf
ngf_compute_pipeline_info Struct Reference

Data Fields

ngf_shader_stage shader_stage
 
const ngf_specialization_infospec_info
 
const char * debug_name
 

Detailed Description

Contains all information necessary for creating a compute pipeline object.

Field Documentation

◆ shader_stage

ngf_shader_stage ngf_compute_pipeline_info::shader_stage

The (only) stage for this pipeline.

◆ spec_info

const ngf_specialization_info* ngf_compute_pipeline_info::spec_info

Specifies the value of specialization consts used by this pipeline.