Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Qt 6
  4. Vulkan c3861 vkCreateBuffer
Forum Updated to NodeBB v4.3 + New Features

Vulkan c3861 vkCreateBuffer

Scheduled Pinned Locked Moved Unsolved Qt 6
1 Posts 1 Posters 202 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    fds_1967
    wrote on last edited by
    #1

    Hello,
    i'm trying to transfert my windows visual studio 2019 vulkan program in qt 6.0 environement. Most of the vulkan functions used are well reconnised by qt VK_CHECK_RESULT for sample but vkCreateBuffer, vkGetBufferMemoryRequirements,vkAllocateMemory... raised a build issue c3861 : undeclared identifier i include :
    #include <QVulkanInstance>
    #include <QVulkanFunctions>
    #include <QVulkanDeviceFunctions>
    #include <QVulkanExtension>

    " OK "
    vkGetBufferMemoryRequirements(device, stagingBuffers.indices.buffer, &memReqs);
    " .......... OK........................ " " ERROR "
    ............. | | ................................... | |
    ............ \ /...................................\ /
    VK_CHECK_RESULT(vkAllocateMemory(device, &memAlloc, nullptr, &stagingBuffers.indices.memory));

    in my solution does some could tell me how to process to remove this issues.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved