create a new VKTextureCreateInfo.h
This commit is contained in:
@@ -64,6 +64,7 @@ public:
|
||||
template<typename ...ARGS> void PipelineBarrier (ARGS...args){vkCmdPipelineBarrier (cmd_buf,args...);}
|
||||
template<typename ...ARGS> void CopyBufferToImage (ARGS...args){vkCmdCopyBufferToImage(cmd_buf,args...);}
|
||||
template<typename ...ARGS> void CopyImageToBuffer (ARGS...args){vkCmdCopyImageToBuffer(cmd_buf,args...);}
|
||||
template<typename ...ARGS> void BlitImage (ARGS...args){vkCmdBlitImage (cmd_buf,args...);}
|
||||
|
||||
bool BindFramebuffer(VkRenderPass rp,VkFramebuffer fb);
|
||||
bool BindFramebuffer(Framebuffer *);
|
||||
|
Reference in New Issue
Block a user