Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autodesk: Expose additional header files in pxr/imaging/hdSt in the USD package #3481

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions pxr/imaging/hdSt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pxr_library(hdSt
dependencySceneIndexPlugin
dispatchBuffer
domeLightComputations
drawBatch
drawItem
drawItemInstance
drawTarget
Expand All @@ -93,15 +94,18 @@ pxr_library(hdSt
hioConversions
imageShaderRenderPass
implicitSurfaceSceneIndexPlugin
indirectDrawBatch
nurbsApproximatingSceneIndexPlugin
instancer
interleavedMemoryManager
light
lightingShader
material
materialNetwork
materialNetworkShader
mesh
package
pipelineDrawBatch
points
primUtils
ptexTextureObject
Expand All @@ -111,10 +115,12 @@ pxr_library(hdSt
renderPass
renderPassShader
renderPassState
resourceBinder
resourceRegistry
samplerObject
samplerObjectRegistry
shaderCode
shaderKey
simpleLightingShader
smoothNormals
stagingBuffer
Expand Down Expand Up @@ -150,29 +156,23 @@ pxr_library(hdSt
basisCurvesTopology
codeGen
cullingShaderKey
drawBatch
drawItemsCache
extCompComputeShader
extCompComputedInputSource
extCompInputSource
extCompSceneInputSource
fieldTextureCpuData
imageShaderShaderKey
indirectDrawBatch
materialNetworkShader
materialBindingResolvingSceneIndexPlugin
materialPrimvarTransferSceneIndexPlugin
materialParam
meshShaderKey
meshTopology
nodeIdentifierResolvingSceneIndex
nodeIdentifierResolvingSceneIndexPlugin
pipelineDrawBatch
pointsShaderKey
quadrangulate
renderPassShaderKey
resourceBinder
shaderKey
subdivision
triangulate
unitTestHelper
Expand Down