vk: Move struct anv_sampler to private.h
This commit is contained in:
@@ -1317,10 +1317,6 @@ VkResult VKAPI vkCreateBufferView(
|
||||
|
||||
// Sampler functions
|
||||
|
||||
struct anv_sampler {
|
||||
uint32_t state[4];
|
||||
};
|
||||
|
||||
VkResult VKAPI vkCreateSampler(
|
||||
VkDevice _device,
|
||||
const VkSamplerCreateInfo* pCreateInfo,
|
||||
|
Reference in New Issue
Block a user