hanyangl5 / horizon

precompute atmospheric scattering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

push constant

hanyangl5 opened this issue · comments

Push constants are useful for specifying per draw data such as a draw id and are very fast to access from the shader
UPDATE_FREQ_PER_DRAW descriptorset should be removed

vulkan: push_constant
directx12: cbuffer

done