descriptor heap static offset method
This commit is contained in:
parent
177f873639
commit
5427867fff
2 changed files with 25 additions and 7 deletions
|
|
@ -13,7 +13,7 @@ int main() {
|
|||
Window window(1280, 720, "HelloVulkan");
|
||||
VkCommandBuffer cmd = window.StartInit();
|
||||
DescriptorHeapVulkan descriptorHeap;
|
||||
descriptorHeap.Initialize(1,1,0);
|
||||
descriptorHeap.Initialize(1,2,0);
|
||||
|
||||
VkSpecializationMapEntry entry = {
|
||||
.constantID = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue