8 lines
152 B
C
8 lines
152 B
C
#pragma once
|
|
|
|
struct ID3D12DescriptorHeap;
|
|
|
|
typedef struct kinc_g5_sampler_impl {
|
|
struct ID3D12DescriptorHeap *sampler_heap;
|
|
} kinc_g5_sampler_impl_t;
|