Skip to content

PipelineLayoutVk: enable push constant support

d586cdd
Select commit
Loading
Failed to load commit list.
Merged

Bump PipelineLayoutVk for inline constants. based on #750 #751

PipelineLayoutVk: enable push constant support
d586cdd
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jan 2, 2026 in 2s

1 configuration not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 1 configuration present on refs/heads/inline_constants was not found:

Actions workflow (codeql.yml)

  • ⌛  .github/workflows/codeql.yml:run-analysis/build_type:Debug/cmake_args:-DDILIGENT_NO_GLSLANG=ON -DDILIGENT_NO_HLSL=ON/cmake_generator:Visual Studio 17 2022/host_name:Win10/os:windows-2022/platform:Win32/toolset:x64

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 62 in Graphics/GraphicsEngineVulkan/src/PipelineLayoutVk.cpp

See this annotation in the file changed.

Code scanning / CodeQL

No raw arrays in interfaces Note

Raw arrays should not be used in interfaces. A container class should be used instead.