Skip to content

GetDeviceQueue() in CookbookSampleFramework.cpp line 197 requests GraphicsQueue when should be ComputeQueue #19

@JoeImplode

Description

@JoeImplode

NOTE:
This is not for any particular build, I reckon it's just a typo.

The little snippet of code currently in CookbookSampleFramework.cpp is as follows:

PhysicalDevice = physical_device;
LoadDeviceLevelFunctions( *LogicalDevice, device_extensions );
GetDeviceQueue( *LogicalDevice, GraphicsQueue.FamilyIndex, 0, GraphicsQueue.Handle );
GetDeviceQueue( *LogicalDevice, GraphicsQueue.FamilyIndex, 0, ComputeQueue.Handle );
GetDeviceQueue( *LogicalDevice, PresentQueue.FamilyIndex, 0, PresentQueue.Handle );
break;

I'm assuming that the middle call should not be passing GraphicsQueue.FamilyIndex as the second parameter, as this has already been requested for the first "GetDeviceQueue() call

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions