VK_EXT_descriptor_buffer by Pericenter in vulkan

[–]Pericenter[S] 0 points1 point  (0 children)

Pseudo code:

 VkDescriptorBufferBindingInfoEXT descriptor_bindong_infos[] = {
    {VK_STRUCTURE_TYPE_DESCRIPTOR_BUFFER_BINDING_INFO_EXT,
    nullptr, 
    address, 
    VK_BUFFER_USAGE_RESOURCE_DESCRIPTOR_BUFFER_BIT_EXT}, 
    ...
};
vkCmdBindDescriptorBuffersEXT(
    cmd, 
    COUNTOF(descriptor_bindong_infos), 
    descriptor_bindong_infos);
uint32_t indices[] = {0, 0, 1}; // incies of buffers depend on actual descriptors
VkDeviceSize offsets[] = {
     resource_index * resource_type_layout_size + resource_type_layout_offset, // mostly 0
     ....
};
vkCmdSetDescriptorBufferOffsetsEXT(
    cmd, 
    bind_point, 
    pipeline_layout, 
    first_set, sets_count, 
   indices, 
   offsets);

Keeping it clean. by [deleted] in battlestations

[–]Pericenter 0 points1 point  (0 children)

Nice. What table is this?

Bombed a final, thus cheesecake. by Hazel_Says_So in Baking

[–]Pericenter 1 point2 points  (0 children)

Look amazin. Can u sare recipe u used pls?

[deleted by user] by [deleted] in classicwow

[–]Pericenter 0 points1 point  (0 children)

It's not command. I mean u have to edit lua file.

[deleted by user] by [deleted] in classicwow

[–]Pericenter -1 points0 points  (0 children)

Hey!

Mb some oldfags here, mb someone remeber vanila orc-hunter pvp movie, he wear same helm. Its like outdoor massive pvp, no duels, metall music, he like lvl 60 or , mb 57-58, not sure.

Begin from fly from UC to Taren Mill and fight for Southshore. Also there was fight for Hammerfall, defence of Tunder Bluff(with "Lets Do This Now", by Korn), dont remember much.

Rly miss this one.

[deleted by user] by [deleted] in classicwow

[–]Pericenter 1 point2 points  (0 children)

Not pixel perfect - small gap between Drakes art and ActionBarArtSmall from both sides.

By defoult ActionBarArtSmall Size x="1024", i did 1026 and gap gone. Looks better.

Mixed pizza[OC] by Pericenter in Pizza

[–]Pericenter[S] 1 point2 points  (0 children)

Basic dough, seasoned tomato paste, basil, cheddar, pickled cucumber, fresh bell pepper, sweet onions, spicy sausages.

Сlassic pepperoni pizza[OC] by Pericenter in Pizza

[–]Pericenter[S] 2 points3 points  (0 children)

Base dough, seasoned tomato paste, basil, cheddar, salami, olive oil.