mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
vk: Move struct anv_sampler to private.h
This commit is contained in:
parent
a77229c979
commit
3f52c016fa
2 changed files with 4 additions and 4 deletions
|
|
@ -1317,10 +1317,6 @@ VkResult VKAPI vkCreateBufferView(
|
|||
|
||||
// Sampler functions
|
||||
|
||||
struct anv_sampler {
|
||||
uint32_t state[4];
|
||||
};
|
||||
|
||||
VkResult VKAPI vkCreateSampler(
|
||||
VkDevice _device,
|
||||
const VkSamplerCreateInfo* pCreateInfo,
|
||||
|
|
|
|||
|
|
@ -623,6 +623,10 @@ struct anv_image_view {
|
|||
struct anv_state surface_state;
|
||||
};
|
||||
|
||||
struct anv_sampler {
|
||||
uint32_t state[4];
|
||||
};
|
||||
|
||||
struct anv_depth_stencil_view {
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue