- Jan 29, 2024
-
-
PHI nodes must be fixed up after this pass, because the block references might have become broken. For simplicitly this is not handled yet. The goal for this pass is to make the CFG structurizer simpler, because only conditional and unconditional branches must be supported. Eventually this limitation might be lifted if there is advantage in doing so.
-
Instead of crashing.
-
-
-
- Jan 25, 2024
-
-
Metal, and therefore MoltenVK, doesn't support disabling primitive restart.
-
MoltenVK seems to be unable to handle tight inequalities (i.e., 0.5 <= 0.5) properly on 16 bit depth resources.
-
-
-
-
I haven't been able to understand what's happening here exactly, but it doesn't look like we're generating bad Vulkan calls.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
The implementation of upload_buffer_data_with_states(), unlike the implementation of upload_texture_data_with_states(), does not expect a pointer to a D3D12_SUBRESOURCE_DATA, but rather, a direct pointer to the data.
-
-
-
The UniformMemory semantic applies the constraints to Uniform storage class memory, which matches how UAV variables are declared.
-
-
- Jan 24, 2024
-
-