acgaudette / nmg-vulkan

Rusty mech engine
23 stars 4 forks source link

Implements 3d text feature for engine #22

Closed hobogenized closed 6 years ago

hobogenized commented 6 years ago
acgaudette commented 6 years ago

Getting a DEBUG_REPORT: Object: VK_NULL_HANDLE (Type = 0) | Type mismatch on descriptor slot 0.1 (used as type 'ptr to const uniform sampler+image(dim=1, sampled=1)') but descriptor of type VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC

acgaudette commented 6 years ago

Getting error: DEBUG_REPORT: [ UNASSIGNED-CoreValidation-Shader-DescriptorTypeMismatch ] Object: VK_NULL_HANDLE (Type = 0) | Type mismatch on descriptor slot 0.1 (expected 'VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER') but descriptor of type VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC @hobogenized