mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
spirv2dxil: Set push constant register space to nonzero
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27919>
This commit is contained in:
parent
fe520ecfbf
commit
941d83ded4
1 changed files with 2 additions and 0 deletions
|
|
@ -180,6 +180,8 @@ main(int argc, char **argv)
|
|||
memset(&conf, 0, sizeof(conf));
|
||||
conf.runtime_data_cbv.base_shader_register = 0;
|
||||
conf.runtime_data_cbv.register_space = 31;
|
||||
conf.push_constant_cbv.base_shader_register = 0;
|
||||
conf.push_constant_cbv.register_space = 30;
|
||||
conf.zero_based_vertex_instance_id = true;
|
||||
conf.declared_read_only_images_as_srvs = true;
|
||||
conf.shader_model_max = SHADER_MODEL_6_2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue