Home | History | Annotate | Download | only in vulkan

Lines Matching refs:createFramebuffer

16867     Result createFramebuffer( const FramebufferCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, Framebuffer* pFramebuffer ) const
16873 ResultValueType<Framebuffer>::type createFramebuffer( const FramebufferCreateInfo & createInfo, Optional<const AllocationCallbacks> allocator = nullptr ) const
16877 return createResultValue( result, framebuffer, "vk::Device::createFramebuffer" );