Vinh Truong
Vinh Truong
 When I press CTRL+S to format the document, the entire text buffer shifts to the left. The shifting also happened on the previous version, but then it was just...
This is a very minor nitpick, but `CD3DX12_VERSIONED_ROOT_SIGNATURE_DESC` under `d3dx12_root_signature.h` doesn't have a member function variant of `Init_1_2` function, while `1_0` and `1_1` have one. Similarly, a constructor for `1_2`...
``` [2021-10-09T11:21:53Z ERROR wgpu_hal::vulkan::instance] VALIDATION [VUID-VkSwapchainCreateInfoKHR-imageExtent-01274 (0x7cd0911d)] Validation Error: [ VUID-VkSwapchainCreateInfoKHR-imageExtent-01274 ] Object 0: handle = 0x298c3aa6018, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0x7cd0911d | vkCreateSwapchainKHR() called with imageExtent =...
In `d3d12.h`, every other type seems to have a `typedef struct X { ... } X;` pattern, except for `D3D12_RT_FORMAT_ARRAY` 😅: ```c struct D3D12_RT_FORMAT_ARRAY { DXGI_FORMAT RTFormats[ 8 ]; UINT...