nvpro-samples / vk_video_samples

Vulkan video samples
Apache License 2.0
252 stars 41 forks source link

Fix bit checking in MapMemoryTypeToIndex #59

Closed fornwall closed 10 months ago

fornwall commented 10 months ago

Respect memoryTypeCount and check the correct typeBits bit.

fornwall commented 10 months ago

Sorry, missed the typeBits >>= 1.